Fixed author card style for mobile
This commit is contained in:
parent
81ffccdccc
commit
72c6a38008
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user