mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-14 05:41:00 +00:00
Fixes body background
This commit is contained in:
parent
2be656bcd1
commit
f287de542b
1 changed files with 9 additions and 7 deletions
|
@ -4,6 +4,15 @@
|
|||
|
||||
$container-padding: 2em;
|
||||
|
||||
html {
|
||||
background: {
|
||||
color: $blue;
|
||||
image: image-url("#{$theme-path}/layout/background.jpg");
|
||||
position: top center;
|
||||
repeat: no-repeat;
|
||||
}
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
margin: 0;
|
||||
|
@ -18,13 +27,6 @@ body#tinymce {
|
|||
|
||||
#container {
|
||||
min-height: 100%;
|
||||
min-width: 1020px;
|
||||
background: {
|
||||
color: $blue;
|
||||
image: image-url("#{$theme-path}/layout/background.jpg");
|
||||
position: top center;
|
||||
repeat: no-repeat;
|
||||
}
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
|
|
Loading…
Reference in a new issue