Corrected too heigh pages when not needed
This commit is contained in:
parent
6adc768c6a
commit
50cdb39bdf
@ -51,7 +51,6 @@ Structure of page
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
@ -88,7 +87,7 @@ Structure of page
|
||||
}
|
||||
|
||||
#main_content{
|
||||
flex: 1 1 100%;
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
#footline {
|
||||
@ -150,6 +149,7 @@ body
|
||||
|
||||
#page-div
|
||||
{
|
||||
min-height: calc( 100vh - 40px );
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
@ -175,8 +175,9 @@ body
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
#left_menu {
|
||||
margin: 15px 0px 15px 5px;
|
||||
#left_menu
|
||||
{
|
||||
margin: 15px 0px 15px 5px;
|
||||
}
|
||||
|
||||
#left_menu > ul.menu
|
||||
@ -194,8 +195,9 @@ body
|
||||
padding: 2px 5px 2px 5px;
|
||||
}
|
||||
|
||||
#right_column {
|
||||
margin: 15px 5px 15px 0px;
|
||||
#right_column
|
||||
{
|
||||
margin: 15px 5px 15px 0px;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user