diff --git a/static/scss/header.scss b/static/scss/header.scss index 31b33772..0ceb74b0 100644 --- a/static/scss/header.scss +++ b/static/scss/header.scss @@ -117,3 +117,9 @@ order: 2; } } + +@include breakpoint(348px down) { + #header-login { + display: none; + } +}