Skip to content

Commit 604ab00

Browse files
committed
improves styles a little bit
1 parent e1c6590 commit 604ab00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webapp/sass/profile.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,12 @@ body {
164164
}
165165

166166
// see previous comment about min-width
167-
@media only screen and (max-width: 1440px) {
167+
@media only screen and (max-width: 1439px) {
168168
.navbar-links {
169169
display: none;
170170
}
171171
}
172-
@media only screen and (max-width: 1024px) {
172+
@media only screen and (max-width: 1023px) {
173173
.logo::after {
174174
content: '';
175175
}

0 commit comments

Comments
 (0)