Add blog to website.

This commit is contained in:
Cutieguwu
2025-07-29 21:24:33 -04:00
parent 8c8fd1eac6
commit 55ced0093c
18 changed files with 355 additions and 38 deletions

View File

@@ -3,17 +3,15 @@
--item-size: calc(1rem + var(--item-padding));
display: flex;
justify-content: center;
justify-content: center;
flex-wrap: wrap;
justify-content: center;
a {
height: var(--item-size);
display: grid;
background-color: var(--background-1);
background-color: var(--background-3);
border-radius: var(--border-radius-leaf);
margin: 0.5rem;
@@ -34,6 +32,8 @@
* {
margin: 0;
padding: 0;
font-size: var(--font-size-generic);
}
}
}