Fix SidebarComponent margins&paddings on small displays

This commit is contained in:
Kristóf Tóth
2018-05-15 12:25:12 +02:00
parent 21f7025123
commit f62c2f199c
2 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,7 @@
width: 50px;
height: auto;
padding: 0;
margin-bottom: 50px;
margin-bottom: 5vh;
cursor: pointer;
border: 1px solid $tao-gray-200;
transition: all 0.18s ease;