diff options
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; } |