Get the image out of the way if possible
This commit is contained in:
parent
bea7d27baf
commit
976c223258
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue