add org comments
This commit is contained in:
parent
77c55d815f
commit
7061f48bc5
|
@ -1,3 +1,4 @@
|
||||||
|
/* general styling */
|
||||||
html {
|
html {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: large;
|
font-size: large;
|
||||||
|
@ -15,6 +16,7 @@ aside {
|
||||||
box-shadow: 2px 2px 2px;
|
box-shadow: 2px 2px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* header and footer */
|
||||||
header {
|
header {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -70,6 +72,7 @@ footer ul li + li::before {
|
||||||
content: " | ";
|
content: " | ";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* main content */
|
||||||
aside {
|
aside {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue