aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_custom.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/sass/_custom.scss b/assets/sass/_custom.scss
index e25d0a8..1e0b4c6 100644
--- a/assets/sass/_custom.scss
+++ b/assets/sass/_custom.scss
@@ -7,7 +7,11 @@
}
.nav_brand picture, .nav_brand img {
- max-width: 22rem;
+ max-width: 15rem;
+
+ @media screen and (min-width: 557px) {
+ max-width: 22rem;
+ }
}
a {