mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-14 05:41:00 +00:00
Redoing that stupid fix mobile/small screen thing
Conflicts: app/assets/stylesheets/themes/default/layout/_body.scss
This commit is contained in:
parent
0ca3b487ad
commit
5576d65d15
1 changed files with 7 additions and 0 deletions
|
@ -27,6 +27,13 @@ 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