CSS tweak
This commit is contained in:
parent
8b0a1ea368
commit
ecd598eed6
2 changed files with 8 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue