Add styles for mobile overview page

This commit is contained in:
Mathias Schopmans
2017-04-03 17:34:17 +02:00
parent 7562af6d02
commit 608a5c2520
5 changed files with 24 additions and 2 deletions

View File

@@ -5,7 +5,11 @@
position: relative;
padding: 0 0 0 200px;
min-height: 80px;
@media (--until-md) {
padding: 0 0 0 50px;
}
}
&__letter {
font-size: 50px;
line-height: 80px;
@@ -13,5 +17,8 @@
position: absolute;
left: 50px;
top: 0;
@media (--until-md) {
left: 0;
}
}
}