feat(SW-243): remove height on desktop
This commit is contained in:
@@ -62,7 +62,6 @@
|
|||||||
}
|
}
|
||||||
.image {
|
.image {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
|
||||||
max-height: 195px;
|
max-height: 195px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,9 @@
|
|||||||
.summary {
|
.summary {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: var(--Spacing-x2) var(--Spacing-x0);
|
|
||||||
border-bottom: 1px solid var(--Base-Border-Subtle);
|
border-bottom: 1px solid var(--Base-Border-Subtle);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.summary span {
|
||||||
|
padding: var(--Spacing-x2) var(--Spacing-x0);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user