aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2023-05-16 15:05:42 +0200
committerDrew DeVault <sir@cmpwn.com>2023-05-16 15:05:42 +0200
commita2a659be9b6fa4717fde271396fb8ff01e452f63 (patch)
tree432a98541923a2b8358562a688cc5a498f8ed948 /assets
parent3c13f17e416d502596c9f5c6a29ca18f11db99ca (diff)
downloadwritefreesoftware.org-a2a659be9b6fa4717fde271396fb8ff01e452f63.tar.xz
Resize brand icon on small screens
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 {