diff --git a/sass/base_theme.scss b/sass/base_theme.scss index dae8140..df2c4b3 100644 --- a/sass/base_theme.scss +++ b/sass/base_theme.scss @@ -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; diff --git a/templates/header.html b/templates/header.html index 388045c..eda8b41 100644 --- a/templates/header.html +++ b/templates/header.html @@ -14,10 +14,10 @@