aboutsummaryrefslogtreecommitdiff
path: root/style/_responsive.scss
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-07-15 14:06:55 +0200
committerNoah Loomans <noahloomans@gmail.com>2017-07-15 14:06:55 +0200
commit48c6d4a3e478eb2ec10fd7463ecdbf46aeb61dfb (patch)
tree1ec864d52ac8a8fc31432638e14bf1fd8dfc680b /style/_responsive.scss
parent6af566ded890b02e6b2ef80b839889f6648fc6b1 (diff)
Improve nav bar responsiveness
Diffstat (limited to 'style/_responsive.scss')
-rw-r--r--style/_responsive.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/style/_responsive.scss b/style/_responsive.scss
index bf35644..427a0fe 100644
--- a/style/_responsive.scss
+++ b/style/_responsive.scss
@@ -9,12 +9,11 @@
header {
.logo {
- width: 100px;
- height: 100px;
+ width: $logo-width-small;
+ height: $logo-width-small;
}
.title {
- height: 100px;
padding-left: 140px;
}