Skip to content

Commit f89a493

Browse files
committed
Update the responsiveness of header
1 parent 7a24deb commit f89a493

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,26 @@
246246
}
247247
}
248248

249+
@media (max-width: 576px) {
250+
.navbar > .container {
251+
flex-wrap: wrap;
252+
}
253+
.navbar-brand {
254+
width: 100%;
255+
margin-bottom: 0.5rem;
256+
}
257+
#navbarNav {
258+
width: 100%;
259+
margin-bottom: 0.5rem;
260+
}
261+
#navbarNav .navbar-nav {
262+
margin-left: 0 !important;
263+
}
264+
nav.navbar {
265+
margin-bottom: 1rem !important;
266+
}
267+
}
268+
249269
</style>
250270
</head>
251271

0 commit comments

Comments
 (0)