kinda stuck at this point so making a commit

This commit is contained in:
2024-10-31 00:19:02 +01:00
parent cd7d9fa3b7
commit 6d65463286
35 changed files with 44224 additions and 217 deletions

View File

@@ -968,34 +968,6 @@ html {
}
}
.footer {
display: grid;
width: 100%;
grid-auto-flow: row;
place-items: start;
-moz-column-gap: 1rem;
column-gap: 1rem;
row-gap: 2.5rem;
font-size: 0.875rem;
line-height: 1.25rem;
}
.footer > * {
display: grid;
place-items: start;
gap: 0.5rem;
}
@media (min-width: 48rem) {
.footer {
grid-auto-flow: column;
}
.footer-center {
grid-auto-flow: row dense;
}
}
.label {
display: flex;
-webkit-user-select: none;
@@ -1448,10 +1420,6 @@ html {
display: flex;
}
.contents {
display: contents;
}
.hidden {
display: none;
}
@@ -1504,6 +1472,10 @@ html {
background-position: center;
}
.p-10 {
padding: 2.5rem;
}
.px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;