summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
+ }
+ }
}