Commit 46f659b8 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Corrected top area css media query params

corrected button spacing
parent 9b7fd748
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
} }
/* Small devices (phones, tablets, 768px and lower) */ /* Small devices (phones, tablets, 768px and lower) */
@media (max-width: $screen-sm-max) { @media (max-width: $screen-xs-max) {
width: 100%; width: 100%;
} }
} }
...@@ -220,6 +220,7 @@ ...@@ -220,6 +220,7 @@
form { form {
display: block; display: block;
height: auto; height: auto;
margin-bottom: 14px;
input { input {
width: 100%; width: 100%;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment