summaryrefslogtreecommitdiff
path: root/css/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'css/desktop')
-rwxr-xr-xcss/desktop/content.css4
-rwxr-xr-xcss/desktop/footer.css5
2 files changed, 7 insertions, 2 deletions
diff --git a/css/desktop/content.css b/css/desktop/content.css
index 0a86b16..a879711 100755
--- a/css/desktop/content.css
+++ b/css/desktop/content.css
@@ -26,3 +26,7 @@
border: none;
background-color: #98A5B0;
}
+
+.content ol.paren > li::marker {
+ content: counter(list-item, lower-alpha) ") ";
+}
diff --git a/css/desktop/footer.css b/css/desktop/footer.css
index 717c861..200d629 100755
--- a/css/desktop/footer.css
+++ b/css/desktop/footer.css
@@ -17,10 +17,10 @@
*/
.footer {
- height: 35px;
padding: 5px;
background-color: #CADCEB;
- display: flex;
+ display: flex;
+ flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 0 0 9px 9px;
@@ -28,6 +28,7 @@
}
.footer p {
+ margin: 0;
font-size: small;
font-weight: bold;
} \ No newline at end of file