Skip to content

Commit

Permalink
Moved mobile specific css
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommimon committed Mar 31, 2021
1 parent 6f52c45 commit a1bd9a2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ body {


.form-style-10{
width:700px;
max-width:700px;
padding:30px;
margin:40px auto;
background: #FFF;
Expand Down Expand Up @@ -205,12 +205,6 @@ body {
font-weight: bold;
}

@media only screen and (max-width: 1000px) {
.button {
background-color: red;
}
}

.form-style-10 input[type="button"],
.form-style-10 input[type="submit"]{
background: #410E82;
Expand Down Expand Up @@ -242,3 +236,9 @@ body {
margin-top: 10px;
text-align: right;
}

@media only screen and (max-width: 1000px) {
.button {
background-color: red;
}
}

0 comments on commit a1bd9a2

Please sign in to comment.