dumb/style/navbar.css
ngn 7cea387f02
Some checks failed
Build and publish the docker image / build (push) Failing after 1m8s
general cleanup
Signed-off-by: ngn <ngn@ngn.tf>
2025-01-19 12:29:05 +03:00

26 lines
354 B
CSS

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