CSS tweak

This commit is contained in:
Thomas Sileo
2018-07-18 00:11:05 +02:00
parent 8b0a1ea368
commit ecd598eed6
2 changed files with 8 additions and 2 deletions

View File

@@ -4,6 +4,12 @@
html, body {
height: 100%;
}
@media only screen and (max-width: 480px) {
#menu-item-following {
display: none;
}
}
body {
background-color: $background-color;
color: $color;