updates styles to make them more mobile responsive
This commit is contained in:
parent
b0ca73ea88
commit
07a3b5de97
1 changed files with 4 additions and 4 deletions
|
|
@ -53,19 +53,19 @@ h1 {
|
|||
}
|
||||
|
||||
|
||||
div {
|
||||
button {
|
||||
font-size: 16px;
|
||||
color: #fff;
|
||||
background-color: #01944C;
|
||||
height: auto;
|
||||
border: none;
|
||||
padding: 1px 80px;
|
||||
padding: 10px 40px;
|
||||
border-radius: 50px;
|
||||
cursor: pointer;
|
||||
-webkit-transition: all 0.5s;
|
||||
transition: all 0.5s;
|
||||
=}
|
||||
div:hover {
|
||||
}
|
||||
button:hover {
|
||||
background-color: #fff;
|
||||
color: #303030;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue