aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css
index 7e4596e..98acff7 100644
--- a/style.css
+++ b/style.css
@@ -5,6 +5,12 @@ body {
color: white;
}
+.container {
+ width: 80%;
+ margin: auto;
+ overflow: hidden;
+}
+
.center {
text-align: center;
}