summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-04-27 11:41:02 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-04-27 11:41:02 -0400
commitb6f51d90c69e01db67e61a9c200deef2780cc4c2 (patch)
tree2dd2a5c23996c2f1ce76d7db76d4fa5147b05a69 /src
parentda32f48522f1e15284864ca0deb97ee2037c9a8b (diff)
mess with the footerHEADmaster
Diffstat (limited to 'src')
-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: "- ";
+ }
+ }
}
}