css cleanup, added downloads page

This commit is contained in:
ngn
2024-01-18 20:01:30 +03:00
parent 1e9893cfc2
commit d33b18557e
19 changed files with 284 additions and 160 deletions

29
public/news.css Normal file
View File

@ -0,0 +1,29 @@
main {
display: flex;
flex-direction: column;
padding-top: 50px;
gap: 10px;
}
@media only screen and (max-width: 1200px) {
main {
padding-top: 50px;
}
}
.small {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
color: white;
padding: 20px;
background: var(--dark-second);
border: solid 1px var(--bright-second);
text-decoration: none;
}
.small h1 {
font-size: 20px;
font-weight: 400;
}