Skip to content

Commit 85ca95b

Browse files
authored
Merge pull request #47 from reveurguy/master
corrected navbar on small devices 4
2 parents adc80ae + ee0bb43 commit 85ca95b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ background-attachment: fixed !important;
142142
@media screen and (max-width: 450px) {
143143
.navbar-brand
144144
{
145-
margin-right:0;
145+
margin-right:0 !important;
146146
font-size: 2rem !important;
147147
}
148148
}
@@ -156,6 +156,6 @@ background-attachment: fixed !important;
156156
{
157157
.navbar-header
158158
{
159-
margin-left: 50&;
159+
margin-left: 50%;
160160
}
161161
}

0 commit comments

Comments
 (0)