diff --git a/scripts/advanced.php b/scripts/advanced.php index 4ddd915..39e0be8 100644 --- a/scripts/advanced.php +++ b/scripts/advanced.php @@ -14,7 +14,7 @@ width: calc(50% - 70px); } .second { - width: calc(50% - 30px); + width: calc(50% - 70px); } . /* Clear floats after the columns */ @@ -62,17 +62,19 @@ input { font-size:large; } @media screen and (max-width: 800px) { - h2 { - margin-bottom:0px; + h2,h3 { text-align:center; - } form { - text-align:left; - margin-left:0px; - } + } + form { + margin:0; + } .column { float: none; width: 100%; } + input, label { + width: 100%; + { } @@ -83,9 +85,9 @@ input {