summaryrefslogtreecommitdiffstats
path: root/site/common/css
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-07-15 02:34:09 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-07-15 02:34:09 (EDT)
commit648136c31fc9b3596da20461d5960d4d2f262b1f (patch)
treeb131acbbefdb1ec1d069e42c999ef690123e3b8f /site/common/css
parentd3d6ecc8a12908f5fc48e0cb7ea5529f12402fdd (diff)
downloadlibreboot.org-648136c31fc9b3596da20461d5960d4d2f262b1f.zip
libreboot.org-648136c31fc9b3596da20461d5960d4d2f262b1f.tar.gz
libreboot.org-648136c31fc9b3596da20461d5960d4d2f262b1f.tar.bz2
home page: Make everything bigger
It was a bit cramped. It still scales down to a small size, if you have a lower screen resolution.
Diffstat (limited to 'site/common/css')
-rw-r--r--site/common/css/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/common/css/main.css b/site/common/css/main.css
index 024ae16..a92905a 100644
--- a/site/common/css/main.css
+++ b/site/common/css/main.css
@@ -1,6 +1,6 @@
*,a:hover{color:#222;padding:.3% 1%;margin:1% auto;text-align:justify}
html{background:#eee;font:95% sans-serif}
-body{max-width:55em}
+body{max-width:80em}
div{background:#fff;border-radius:9px;box-shadow:0 0 4px}
li{display:inline}
img{width:12%;float:right}