summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/style.css b/style.css
index 9f06054..0601a6d 100644
--- a/style.css
+++ b/style.css
@@ -53,6 +53,10 @@ h1>em>a:hover {
border-radius: 0.5em;
}
+.lane {
+ width: 20%;
+ margin: 0 auto;
+}
.lane.h3 {
color: white;
}
@@ -92,6 +96,14 @@ h1>em>a:hover {
margin: 4em 0 2em 0;
}
+
+.boxes {
+ margin-left: auto;
+ margin-right: auto;
+ width: 80%;
+ text-align: center;
+}
+
.detail {
background: #eee;
color: black;