summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-04-29 16:16:32 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-04-29 16:16:32 -0400
commitba2d0a55c2bdeded6c8de76a9d521f6a8eaddd08 (patch)
tree7ddac51a0bcbe3154d8743e05bfd8d31e03845b4 /static
parent5aacd6b81ab8f2cc00de6067b404691f6018faa4 (diff)
max-width in percentage
Diffstat (limited to 'static')
-rw-r--r--static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index bd43f1c..c636347 100644
--- a/static/style.css
+++ b/static/style.css
@@ -46,7 +46,7 @@ footer {
}
img {
- max-width: 600px ;
+ max-width: 90% ;
max-height: 400px ;
margin: auto ;
display: block ;