Additional button adjustments

This commit is contained in:
Thomas Smith 2022-10-20 14:19:51 -04:00
parent 175a9d5a66
commit d4f02dc7c8

View file

@ -39,7 +39,7 @@
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.gf-container {
width: 16.66vw;
width: 20vw;
height: 5vw;
border-radius: 100px;
display: flex;
@ -73,7 +73,7 @@
@media only screen and (min-width: 768px) and (max-width: 992px) {
.gf-container {
width: 16vw;
width: 20vw;
height: 5vw;
border-radius: 100px;
display: flex;
@ -108,7 +108,7 @@
@media only screen and (min-width: 576px) and (max-width: 768px) {
.gf-container {
width: 28vw;
width: 32vw;
height: 8vw;
display: flex;
align-items: center;
@ -125,7 +125,7 @@
font-family: "pp-neue-machina", sans-serif;
text-transform: uppercase;
right: 15px;
top: 15vw;
bottom: 2.5vw;
cursor: pointer;
z-index: 3;
transition: 0.2s ease-in-out;