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