diff --git a/css/site.css b/css/site.css index 618e476..78ab730 100644 --- a/css/site.css +++ b/css/site.css @@ -22,6 +22,10 @@ h4 { padding-top: 25px; } +.pad-50-top { + padding-top: 50px; +} + .pad-15-left { padding-left: 15px; } @@ -65,4 +69,9 @@ h4 { .StripeElement--webkit-autofill { background-color: #fefde5 !important; +} + +.responsive { + max-width: 100%; + height: auto; } \ No newline at end of file diff --git a/views/common/head.php b/views/common/head.php index dc4016e..882727a 100644 --- a/views/common/head.php +++ b/views/common/head.php @@ -10,9 +10,10 @@ - - + + + + @@ -42,18 +43,23 @@
-
-
+