diff --git a/css/basics.css b/css/basics.css index 2c7cf4f..bf2851d 100644 --- a/css/basics.css +++ b/css/basics.css @@ -26,7 +26,6 @@ section { @media only screen and (max-width: 600px) { section { - margin-top: 0rem; padding: 1rem; } } @@ -37,14 +36,9 @@ section { width: 60vw; } -.form-input { - display: flex; - flex-direction: row; -} - @media only screen and (max-width: 600px) { - .form-input { - flex-direction: column; + .intro { + width: 100%; } } @@ -68,6 +62,12 @@ section { width: 60vw; } +@media only screen and (max-width: 600px) { + .content-wrapper { + width: 100%; + } +} + .gaiwan-logo { width: 200px; } diff --git a/css/form.css b/css/form.css index f5c4043..806351f 100644 --- a/css/form.css +++ b/css/form.css @@ -1,20 +1,33 @@ -input { - background-color: #ebe8f0; - padding: 1rem 2rem; - border-radius: .5rem; - margin: 1rem .5rem; - border: 0; -} +.email-wrapper { + max-width: 600px; + margin-bottom: 1rem; +} -#signup-form { +.checkbox-wrapper { display: flex; - flex-direction: column; - padding-top: 2rem; - padding-bottom: 2rem; + flex-direction: row; align-items: center; + margin-left: 1rem; } @media only screen and (max-width: 600px) { - #signup-form { + .checkbox-wrapper { + text-align: left; + margin-top: .5rem; } +} + +input { + width: 100%; + background-color: #ebe8f0; + padding: 1rem; + border-radius: .5rem; + margin: .5rem; + border: 0; +} + +input[type="checkbox"] { + width: 24px; + height: 24px; + accent-color: #f0567d; } \ No newline at end of file diff --git a/css/typo.css b/css/typo.css index 064a034..34680a4 100644 --- a/css/typo.css +++ b/css/typo.css @@ -80,6 +80,7 @@ nav a:hover { background-color: #e25f7d; text-align: center; text-decoration: none; + width: auto; max-width: 300px; } diff --git a/index.html b/index.html index 558cd74..131d29f 100644 --- a/index.html +++ b/index.html @@ -29,36 +29,37 @@

Sponsor Us

-
+
-

Stay up to date

-
+

Stay up to date!

+ -
- - +
+ + +
+ + -