edit button css for mobile
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
}
|
||||
|
||||
.standardBtn {
|
||||
width:250px;
|
||||
width: 300px;
|
||||
background-color: #02ADBA;
|
||||
font-size: 20px;
|
||||
font-size: 25px;
|
||||
padding: 7px 20px 7px 20px;
|
||||
color: white;
|
||||
border: #02ADBA;
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
.standardBtn {
|
||||
width: 150px;
|
||||
width: 170px;
|
||||
background-color: #02ADBA;
|
||||
font-size: 20px;
|
||||
padding: 7px 20px 7px 20px;
|
||||
@@ -55,9 +55,9 @@
|
||||
|
||||
|
||||
|
||||
@media screen and (max-width: 400px) {
|
||||
@media screen and (max-width: 420px) {
|
||||
.standardBtn {
|
||||
width: 90px;
|
||||
width: 150px;
|
||||
background-color: #02ADBA;
|
||||
font-size: 15px;
|
||||
padding: 7px 20px 7px 20px;
|
||||
|
||||
Reference in New Issue
Block a user