summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-08-18 04:40:52 -0400
committerLibravatar Silas Bartha <[email protected]>2024-08-18 04:40:52 -0400
commit16f288218d6fa927718368103ed17fc4958284c5 (patch)
tree9f9bca5c8f77ff94b4b77ca2943d12b81519fa4e /sass
parent0be0c10aba579853acafc013c6d92c792b6e79b0 (diff)
updated image width/height styles
Diffstat (limited to 'sass')
-rw-r--r--sass/style.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/sass/style.scss b/sass/style.scss
index 63797c0..bab3a7b 100644
--- a/sass/style.scss
+++ b/sass/style.scss
@@ -9,6 +9,11 @@ a {
color: everforest.$blue;
}
+img {
+ max-width: 100vw;
+ max-height: 720px;
+}
+
.wip-indicator {
color: everforest.$yellow;
}