add org comments
This commit is contained in:
parent
77c55d815f
commit
7061f48bc5
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue