Skip to content

Commit adc80ae

Browse files
authored
Merge pull request #46 from reveurguy/master
corrected navbar on small devices 3
2 parents fa961f5 + ad210aa commit adc80ae

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

assets/css/main.css

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,18 +140,22 @@ background-attachment: fixed !important;
140140
flex-grow: 1;
141141
}
142142
@media screen and (max-width: 450px) {
143-
.brandShow {
144-
display:none;
145-
}
146143
.navbar-brand
147144
{
148145
margin-right:0;
146+
font-size: 2rem !important;
149147
}
150148
}
151-
@media screen and (min-width: 768px) and (max-width: 990px)
149+
@media screen and (max-width: 990px)
150+
{
151+
.brandShow {
152+
display:none;
153+
}
154+
}
155+
@media screen and (min-width: 700px) and (max-width: 990px)
152156
{
153157
.navbar-header
154158
{
155-
margin-left: 15rem;
159+
margin-left: 50&;
156160
}
157161
}

0 commit comments

Comments
 (0)