diff options
author | Silas Bartha <[email protected]> | 2024-08-18 04:40:52 -0400 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-08-18 04:40:52 -0400 |
commit | 16f288218d6fa927718368103ed17fc4958284c5 (patch) | |
tree | 9f9bca5c8f77ff94b4b77ca2943d12b81519fa4e /sass | |
parent | 0be0c10aba579853acafc013c6d92c792b6e79b0 (diff) |
updated image width/height styles
Diffstat (limited to 'sass')
-rw-r--r-- | sass/style.scss | 5 |
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; } |