add 'recent updates' section

This commit is contained in:
2023-03-28 15:37:11 +10:30
parent 2e23103e63
commit 39c61fe694
4 changed files with 28 additions and 1 deletions

View File

@ -56,6 +56,8 @@ h2 {
h3 {
font-size: 1.2rem;
color: var(--header-text);
margin-top: var(--line-padding);
margin-bottom: var(--line-padding);
}
/* Format links */
@ -318,6 +320,17 @@ footer {
}
}
.updates-field {
border: 2px solid var(--bg);
padding: 5px;
margin-top: var(--line-padding);
margin-bottom: var(--line-padding);
}
.updates-field p {
margin: 0;
}
/* body > footer {
margin-top: 4rem;
padding: 2rem 1rem 1.5rem 1rem;