mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-14 13:51:26 +00:00
Redoing that stupid fix mobile/small screen thing
This commit is contained in:
parent
2aab997a10
commit
075da49bdf
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,6 @@ body {
|
|||
padding: 0;
|
||||
width: 100%;
|
||||
min-height: 100%;
|
||||
min-width: 1020px;
|
||||
}
|
||||
|
||||
body#tinymce {
|
||||
|
@ -19,6 +18,7 @@ body#tinymce {
|
|||
|
||||
#container {
|
||||
min-height: 100%;
|
||||
min-width: 1020px;
|
||||
background: {
|
||||
color: $blue;
|
||||
image: image-url("#{$theme-path}/layout/background.jpg");
|
||||
|
|
Loading…
Reference in a new issue