mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 21:10:54 +00:00
Fixes body background
This commit is contained in:
parent
bca05d166b
commit
e2cb0fe8aa
1 changed files with 9 additions and 6 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,12 +27,6 @@ body#tinymce {
|
|||
|
||||
#container {
|
||||
min-height: 100%;
|
||||
background: {
|
||||
color: $blue;
|
||||
image: image-url("#{$theme-path}/layout/background.jpg");
|
||||
position: top center;
|
||||
repeat: no-repeat;
|
||||
}
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
|
|
Loading…
Reference in a new issue