increased length of body-div to accomodate larger screen size
This commit is contained in:
parent
2c4cd08844
commit
7b93baf407
@ -2100,6 +2100,9 @@ header .container {
|
|||||||
header .container, .content {
|
header .container, .content {
|
||||||
width: 1100px;
|
width: 1100px;
|
||||||
}
|
}
|
||||||
|
div#body_div {
|
||||||
|
min-height: 600px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
div.no_script {
|
div.no_script {
|
||||||
|
@ -1961,6 +1961,9 @@ header .container {
|
|||||||
header .container, .content {
|
header .container, .content {
|
||||||
width: 1100px;
|
width: 1100px;
|
||||||
}
|
}
|
||||||
|
div#body_div {
|
||||||
|
min-height: 600px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
div.no_script {
|
div.no_script {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user