summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/style.css b/style.css
index 2571cf5..bdf6622 100644
--- a/style.css
+++ b/style.css
@@ -38,10 +38,13 @@ footer {
article {
padding: 1em 3em 1em;
- font-size: 85%;
background-color: #fff;
}
+article#bracket {
+ font-size: 85%;
+}
+
menu {
margin: 0;
padding: 0.5em;
@@ -96,7 +99,8 @@ header h1 {
article h1 {
text-align: center;
font-size: 300%;
- margin-bottom: 0;
+ margin-top: 0;
+ margin-bottom: .5ex;
}
table {
@@ -226,6 +230,5 @@ tr:nth-child(even) td {
.readable {
margin-left: auto;
margin-right: auto;
- font-size: 125%;
width: 50em;
}