mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-22 01:01:10 +00:00
Fixes wrapping issues with small screens/mobile
Theoretically should work this time. Initially put the code int he wrong CSS class.
This commit is contained in:
parent
3f3e705387
commit
0b843d9fd8
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,7 @@ body {
|
|||
padding: 0;
|
||||
width: 100%;
|
||||
min-height: 100%;
|
||||
min-width: 1020px;
|
||||
}
|
||||
|
||||
body#tinymce {
|
||||
|
@ -18,7 +19,6 @@ 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