1
0
Fork 0
mirror of https://gitlab.com/nekoya/web.git synced 2025-04-05 13:50:59 +02:00

Fixed Navbar color and logo size

This commit is contained in:
Matthew Patrick 2021-11-09 10:56:10 +07:00
parent 2311a232c6
commit a158538d80

View file

@ -1,3 +1,25 @@
<style>
.comp-color {
background-color: #212226;
}
.nav-radius {
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.navbar-brand {
width: 5%;
}
@media screen and (max-width: 500px) {
.navbar-brand {
width: 15vw;
height: 15vw;
}
}
</style>
<% if(types == "v1") { %>
<nav class="navbar navbar-expand-lg navbar-dark comp-color ml-5 mr-5 nav-radius">
<img alt="Banner" class="navbar-brand lazyload" src="img/logo_transparent.webp">