Skip to content
Snippets Groups Projects
Unverified Commit 46f659b8 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

Corrected top area css media query params

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