summaryrefslogtreecommitdiff
path: root/site/assets/css/css.css
diff options
context:
space:
mode:
Diffstat (limited to 'site/assets/css/css.css')
-rw-r--r--site/assets/css/css.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css
index 81b2febd..0f795610 100644
--- a/site/assets/css/css.css
+++ b/site/assets/css/css.css
@@ -175,9 +175,12 @@ th, .gray {
line-height: 1.5;
}
section {
- width: 960px;
+ width: 640px;
margin: 0 auto;
}
+.home section {
+ width: 960px;
+}
.content .first_paragraph {
font-weight: 300;
font-size: 16pt;
@@ -317,7 +320,7 @@ section.wide {
section.wide .image {
max-width: 960px;
}
-section.wide {
+section.fullwidth {
width: 100%;
}
section.fullwidth .image {