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