Fix #right button_with_confirm from width-jumping on load.

And any other similar element.
master
voussoir 2018-11-17 16:53:35 -08:00
parent e6072db4a1
commit 074594a8bc
1 changed files with 4 additions and 1 deletions

View File

@ -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