improved buttons + responsive for boxes

master
poni 3 years ago
parent 8adf93b412
commit 5ee4a3deef

@ -212,7 +212,7 @@ button{
color: var(--green);
}
button a{
a button{
font-family: "HKGrotesk";
text-decoration: none;
font-size: 1.5vw;
@ -323,8 +323,56 @@ button a{
}
@media only screen and (max-width: 600px) {
:root{
--reg: 6vw;
}
#descriptio{
width: 20%;
margin: -10% 0 0 1%;
}
#descriptio p{
font-size: 4vw;
}
#descriptio a{
padding: 0 1vw;
font-size: 4vw;
}
#telegram{
width: 18%;
margin: 6% 0 0 10%;
}
.row{
#telegram p{
font-size: 4vw;
}
#telegram a{
font-size: 4vw;
}
#descriptio button{
font-size: 3vw;
margin-top: 1vw;
}
#telegram button{
font-size: 3vw;
margin: 2vw 0 0 0;
}
.row{
width: 22%;
}
.right p{

Loading…
Cancel
Save