Skip to content

Commit ee0bb43

Browse files
committed
corrected navbar on small devices 4
1 parent ad210aa commit ee0bb43

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)