mirror of
https://github.com/ivabus/www
synced 2025-06-08 13:30:26 +03:00
Additional button adjustments
This commit is contained in:
parent
175a9d5a66
commit
d4f02dc7c8
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue