ngn
04fca77aec
All checks were successful
Build and publish the docker image / build (push) Successful in 19s
Signed-off-by: ngn <ngn@ngn.tf>
26 lines
347 B
CSS
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;
|
|
}
|