dumb/style/navbar.css
ngn 04fca77aec
All checks were successful
Build and publish the docker image / build (push) Successful in 19s
make the logo white and fix script.js
Signed-off-by: ngn <ngn@ngn.tf>
2025-01-19 12:57:16 +03:00

26 lines
347 B
CSS

nav {
background: #000;
border-bottom: solid 1px #fff;
padding: 1rem 0;
}
#nav-container {
width: 1024px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
}
@media screen and (max-width: 1080px) {
#nav-container {
width: 100%;
padding: 0 2rem;
box-sizing: border-box;
}
}
nav img {
width: 50px;
}