aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/style.css b/style.css
index 9607793..8c0ea99 100644
--- a/style.css
+++ b/style.css
@@ -12,9 +12,13 @@ body {
background-image: url("tile1.jpg");
background-repeat: repeat;
font-family: terminus;
+
+ max-width: 1000px;
+ margin-left: auto;
+ margin-right: auto;
}
-header *{
+.header * {
display: inline-block;
vertical-align: middle;
}
@@ -34,9 +38,7 @@ header *{
}
.content {
- max-width: 1000px;
- margin-left: auto;
- margin-right: auto;
+
}
.fst {