updates styles to make them more mobile responsive

This commit is contained in:
Omar Najjar 2021-11-13 18:55:24 +11:00 committed by GitHub
parent b0ca73ea88
commit 07a3b5de97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}