make the logo white and fix script.js
All checks were successful
Build and publish the docker image / build (push) Successful in 19s
All checks were successful
Build and publish the docker image / build (push) Successful in 19s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
@ -24,6 +24,11 @@ footer a:hover {
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
#footer-container span {
|
||||
color: #fff;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1080px) {
|
||||
#footer-container {
|
||||
width: 100%;
|
||||
|
@ -8,7 +8,7 @@ nav {
|
||||
width: 1024px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
justify-content: center;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user