aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates.go10
1 files changed, 8 insertions, 2 deletions
diff --git a/templates.go b/templates.go
index f26a0b1..b3f9d26 100644
--- a/templates.go
+++ b/templates.go
@@ -55,13 +55,19 @@ const htmlRoot = `
padding-left: 1em;
}
img {
- max-height: 200px;
- max-width: 200px;
+ max-height: 120px;
+ max-width: 120px;
height: auto;
width: auto;
border-radius: 12px;
padding: 0.2em;
}
+ @media screen and (min-width: 900px) {
+ img {
+ max-height: 250px;
+ max-width: 250px;
+ }
+ }
</style>
</head>
<body>