edited buttons.css
This commit is contained in:
@@ -4,8 +4,7 @@
|
||||
}
|
||||
|
||||
.standardBtn {
|
||||
width:400px;
|
||||
height: 43px;
|
||||
width:250px;
|
||||
background-color: #02ADBA;
|
||||
font-size: 20px;
|
||||
padding: 7px 20px 7px 20px;
|
||||
@@ -32,11 +31,22 @@
|
||||
background-color:#9eedf3;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 900px) {
|
||||
.standardBtn {
|
||||
width: 250px;
|
||||
background-color: #02ADBA;
|
||||
font-size: 20px;
|
||||
padding: 7px 20px 7px 20px;
|
||||
color: white;
|
||||
border: #02ADBA;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
.standardBtn {
|
||||
width: 280px;
|
||||
width: 150px;
|
||||
background-color: #02ADBA;
|
||||
font-size: 25px;
|
||||
font-size: 20px;
|
||||
padding: 7px 20px 7px 20px;
|
||||
color: white;
|
||||
border: #02ADBA;
|
||||
@@ -47,10 +57,9 @@
|
||||
|
||||
@media screen and (max-width: 400px) {
|
||||
.standardBtn {
|
||||
width: 250px;
|
||||
height: 43px;
|
||||
width: 90px;
|
||||
background-color: #02ADBA;
|
||||
font-size: 25px;
|
||||
font-size: 15px;
|
||||
padding: 7px 20px 7px 20px;
|
||||
color: white;
|
||||
border: #02ADBA;
|
||||
|
||||
Reference in New Issue
Block a user