Get the image out of the way if possible

This commit is contained in:
Neale Pickett 2015-03-24 19:27:29 +00:00
parent bea7d27baf
commit 976c223258
1 changed files with 3 additions and 3 deletions

View File

@ -7,15 +7,15 @@ html {
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: cover;
background-attachment: fixed; background-attachment: fixed;
height: 100%; background-position: center;
} }
body { body {
max-width: 35em;
background-color: rgba(255, 255, 255, 0.8); background-color: rgba(255, 255, 255, 0.8);
margin: auto; margin: auto;
min-height: 100%;
padding: 1em; padding: 1em;
border-radius: 1em;
max-width: 35em;
} }
body>h1:first-child, td.main { body>h1:first-child, td.main {