Fix PhotoCard and Locations responsive

This commit is contained in:
2021-10-26 11:02:41 +02:00
parent ca03881099
commit ad1b57fef2
2 changed files with 15 additions and 5 deletions

View File

@@ -33,14 +33,24 @@
flex-wrap: wrap;
align-items: center;
color: $color-cream;
font-size: clamp(#{rem(14px)}, 1.25vw, #{rem(16px)});
font-size: clamp(#{rem(12px)}, 1.5vw, #{rem(14px)});
@include bp (sm) {
font-size: clamp(#{rem(12px)}, 1.2vw, #{rem(14px)});
}
picture {
width: 20px;
height: 20px;
margin-right: 12px;
border-radius: 100%;
overflow: hidden;
@include bp (sm) {
width: 24px;
height: 24px;
margin-right: 16px;
border-radius: 100%;
overflow: hidden;
}
img {
display: block;

View File

@@ -80,7 +80,7 @@
margin-bottom: 40px;
@include bp (mob-lg) {
margin-bottom: 0;
margin-bottom: 24px;
}
@include bp (sd) {
margin: 0 22px 56px;