Responsive fixes
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
& > li {
|
& > li {
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: 32px;
|
margin-bottom: 40px;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
@@ -84,7 +84,7 @@
|
|||||||
dt {
|
dt {
|
||||||
display: block;
|
display: block;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 16px;
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: $color-secondary;
|
color: $color-secondary;
|
||||||
|
|||||||
@@ -110,6 +110,12 @@
|
|||||||
width: 26px;
|
width: 26px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.select {
|
.select {
|
||||||
@@ -300,7 +306,7 @@
|
|||||||
}
|
}
|
||||||
@include bp (sd) {
|
@include bp (sd) {
|
||||||
grid-column: 2 / span 22;
|
grid-column: 2 / span 22;
|
||||||
grid-gap: 40px;
|
grid-gap: clamp(24px, 2vw, 40px);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Photo
|
// Photo
|
||||||
@@ -376,7 +382,7 @@
|
|||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
}
|
}
|
||||||
@include bp (sd) {
|
@include bp (sd) {
|
||||||
margin-top: 16px;
|
margin-top: clamp(8px, 1vw, 16px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&:nth-child(11n),
|
&:nth-child(11n),
|
||||||
@@ -387,7 +393,7 @@
|
|||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
@include bp (sd) {
|
@include bp (sd) {
|
||||||
margin-bottom: 16px;
|
margin-bottom: clamp(8px, 1vw, 16px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user