mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-17 23:21:14 +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
6b47c1e06f
commit
ac8e8174e9
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