summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJJ2024-07-26 05:21:21 +0000
committerJJ2024-07-26 05:21:21 +0000
commit69f3b78beddcd28e1e1f5818351bee4d8140e10e (patch)
tree4996507064ae4457c23352bc91ce73aa8e3aeb47 /css
parent60a9a3c1d4a586159fa9d602cce55479daf3daf6 (diff)
update css and generator
Diffstat (limited to 'css')
-rw-r--r--css/style.css17
1 files changed, 13 insertions, 4 deletions
diff --git a/css/style.css b/css/style.css
index 1e9d011..0508254 100644
--- a/css/style.css
+++ b/css/style.css
@@ -68,6 +68,19 @@ nav a:hover {
font-size: 1.15em;
}
+ul {
+ list-style: square;
+}
+
+footer {
+ text-align: right;
+ padding-bottom: 1em;
+}
+
+.indent {
+ text-indent: 1em;
+}
+
#intro {
display: flex;
flex-direction: row;
@@ -86,10 +99,6 @@ nav a:hover {
margin-top: 0;
}
-footer {
- text-align: right;
-}
-
@media screen and (max-width: 700px) {
header {
flex-direction: column;