Fix #right button_with_confirm from width-jumping on load.
And any other similar element.
This commit is contained in:
parent
e6072db4a1
commit
074594a8bc
1 changed files with 4 additions and 1 deletions
|
@ -34,9 +34,12 @@ h2, h3
|
|||
margin-top: 30px;
|
||||
margin-bottom: 30px;
|
||||
padding: 8px;
|
||||
/*border: 1px solid black;*/
|
||||
border-radius: 5px;
|
||||
}
|
||||
#right > *
|
||||
{
|
||||
margin-right: auto;
|
||||
}
|
||||
@media screen and (max-width: 800px)
|
||||
{
|
||||
#content_body
|
||||
|
|
Loading…
Reference in a new issue