Renaming + CSS

This commit is contained in:
2024-12-13 21:52:50 +01:00
parent 5875cc785b
commit f18f82fb99
34 changed files with 203 additions and 3062 deletions

View File

@@ -317,6 +317,23 @@ main > section > div > h4 {
font-weight: 700;
}
small > em {
font-size: 1.4rem;
line-height: 1.4rem;
transform: scale(0.75);
display: inline-block;
color: rgba(0, 0, 0, 0.2);
font-family: "Roboto Slab", serif;
font-weight: 300;
font-style: italic;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 8px;
padding: 0.25em 0.5em;
float: right;
margin: 0 0 0.5em 0.5em;
background-color: rgba(0, 0, 0, 0.01);
}
/* Row */
.row {
display: flex;