Make website responsive and don't force min-width (#13417)
This commit is contained in:
parent
6c41db7e62
commit
b0b38b0b81
|
@ -323,12 +323,11 @@ div.post-footer {
|
|||
}
|
||||
|
||||
body {
|
||||
min-width: 1200px;
|
||||
width: 100%;
|
||||
}
|
||||
.content-outer, .content-fauxcolumn-outer, .region-inner {
|
||||
min-width: 1200px;
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
_width: 1200px;
|
||||
padding-left: 15px;
|
||||
}
|
||||
.main-inner .columns {
|
||||
|
|
Loading…
Reference in New Issue