Fixed author card style for mobile

This commit is contained in:
kvakazyambra 2023-05-18 21:57:19 +03:00
parent 81ffccdccc
commit 72c6a38008

View File

@ -221,12 +221,28 @@ button {
.button--subscribe {
background: #fff;
border: 2px solid #f6f6f6;
font-size: 1.5rem;
padding: 0.6rem 1.2rem;
font-size: 1rem;
height: 3.2rem;
justify-content: center;
padding: 0.4rem;
transition: background-color 0.2s;
width: 3.2rem;
@include media-breakpoint-up(sm) {
font-size: 1.5rem;
height: auto;
padding: 0.6rem 1.2rem;
width: auto;
}
img {
height: auto;
transition: filter 0.2s;
width: 1.6rem;
@include media-breakpoint-up(sm) {
width: auto;
}
}
&:hover {