1
0
Fork 0
mirror of https://gitlab.com/nekoya/web.git synced 2025-04-25 21:48:01 +02:00

about-us.html - Fixed Nekoya's icon in navbar on small width screens

This commit is contained in:
Matthew Patrick 2021-09-16 21:01:34 +07:00
parent 8514122a1a
commit cd12c8e308

View file

@ -71,6 +71,10 @@
.card-img-overlay {
top: -2.7vw;
}
.navbar-brand{
width: 15vw;
height: 15vw;
}
}
@media screen and (min-width: 501px) {
@ -82,9 +86,9 @@
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark comp-color ml-5 mr-5 nav-radius">
<img class="navbar-brand" src="assets/logo_transparent.png" alt="Banner" style="margin-top: 0%;">
<img class="navbar-brand" src="assets/logo_transparent.png" alt="Banner">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo01"
aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation" >
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">