summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-06-02 16:50:01 -0400
committerrsiddharth <s@ricketyspace.net>2019-06-02 16:50:01 -0400
commitcb5ef4d0e20c94e7ba35b9316dd5214eb5ef5a30 (patch)
tree5c95ff6d64b6cb7accddd4c4898c52429cee9f28
parent511405df779258ff245febb8e0c76e4e4d981f7d (diff)
scss/style.scss: Add styling for nav img.logo.
-rw-r--r--scss/style.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/scss/style.scss b/scss/style.scss
index 06e8ccb..fffd9ca 100644
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -34,6 +34,22 @@ nav {
a {
border-bottom: 0px;
}
+
+ @include until($desktop - 1) {
+ img.logo {
+ margin-top: 0px;
+ max-width: 300px;
+ max-height: 78px;
+ }
+ }
+
+ @include desktop {
+ img.logo {
+ margin-top: 15px;
+ max-width: 400px;
+ max-height:104px;
+ }
+ }
}