summaryrefslogtreecommitdiff
path: root/src/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.scss')
-rw-r--r--src/style.scss14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/style.scss b/src/style.scss
index 9861fb0..0d9bff2 100644
--- a/src/style.scss
+++ b/src/style.scss
@@ -94,13 +94,25 @@ body > footer {
div {
float: left;
margin: 0 0.5em;
+ max-width: 33%;
}
h3 {
font-size: 1.1em;
border-bottom: solid 1px #555555;
}
+ p {
+ margin-bottom: 0;
+ }
ul {
- list-style: none;
padding: 0;
+ margin: 0;
+ list-style: none;
+ li {
+ padding-left: 1em;
+ &::before {
+ margin-left: -1em;
+ content: "- ";
+ }
+ }
}
}