Skip to content

Commit 02f8099

Browse files
author
DanielRyanSmith
committed
make sure CSS is applied on mobile
1 parent 7b4eaf2 commit 02f8099

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

webapp/components/interop-summary.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,13 @@ class InteropSummary extends PolymerElement {
9595
}
9696
9797
@media (max-width: 768px) {
98-
.summary-container {
99-
min-height: 340px;
98+
.summary-container,
99+
.summary-container[data-year="2022"],
100+
.summary-container[data-year="2023"] {
101+
min-height: 335px;
102+
}
103+
.summary-container[data-year="2021"] {
104+
min-height: 185px;
100105
}
101106
.summary-number {
102107
font-size: 2em;

0 commit comments

Comments
 (0)