format stuff

This commit is contained in:
counterweight 2025-02-28 13:05:44 +01:00
parent 12bc0d2b84
commit b8d694cc48
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
4 changed files with 141 additions and 136 deletions

View file

@ -1,31 +1,33 @@
@media (max-width: 768px) {
.over-background > *:first-child {
margin-bottom: 5px;
}
@media (max-width: 768px) {.over-background > *:first-child {
margin-bottom: 5px;
.over-background > *:last-child {
margin-top: 5px;
}
.over-background > * {
margin-bottom: 5px;
margin-top: 5px;
}
}
.over-background > *:last-child {
margin-top: 5px;
@media (min-width: 769px) {
.over-background > *:first-child {
margin-bottom: 10px;
}
.over-background > *:last-child {
margin-top: 10px;
}
.over-background > * {
margin-bottom: 10px;
margin-top: 10px;
}
}
.over-background > * {
margin-bottom: 5px;
margin-top: 5px;
}}
@media (min-width: 769px) {.over-background > *:first-child {
margin-bottom: 10px;
}
.over-background > *:last-child {
margin-top: 10px;
}
.over-background > * {
margin-bottom: 10px;
margin-top: 10px;
}}
.badges {
display: grid;
grid-template-columns: repeat(2, 1fr);
@ -59,4 +61,4 @@
h2 {
margin-top: 0;
margin-bottom: 5px;
}
}