add org comments

This commit is contained in:
filifa 2024-08-04 20:52:49 -05:00
parent 77c55d815f
commit 7061f48bc5
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/* general styling */
html {
font-family: monospace;
font-size: large;
@ -15,6 +16,7 @@ aside {
box-shadow: 2px 2px 2px;
}
/* header and footer */
header {
display: flex;
align-items: center;
@ -70,6 +72,7 @@ footer ul li + li::before {
content: " | ";
}
/* main content */
aside {
padding: 10px;
}