From 976c223258243a36daa004969880c6465fd51049 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 24 Mar 2015 19:27:29 +0000 Subject: [PATCH] Get the image out of the way if possible --- css/default.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/default.css b/css/default.css index a8816df..46fdbe5 100644 --- a/css/default.css +++ b/css/default.css @@ -7,15 +7,15 @@ html { background-repeat: no-repeat; background-size: cover; background-attachment: fixed; - height: 100%; + background-position: center; } body { - max-width: 35em; background-color: rgba(255, 255, 255, 0.8); margin: auto; - min-height: 100%; padding: 1em; + border-radius: 1em; + max-width: 35em; } body>h1:first-child, td.main {