css cleanup, added downloads page
This commit is contained in:
29
public/news.css
Normal file
29
public/news.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user