Skip to content

Commit c6a0bc8

Browse files
committed
DBC22-1469: mobile styling fix
1 parent 7cc3766 commit c6a0bc8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/frontend/src/Components/advisories/AdvisoriesAccordion.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
left: 2rem;
77
width: calc(100% - 32px - 6rem);
88

9+
@media (max-width: 768px) {
10+
width: calc(100% - 32px - 2rem);
11+
}
912

1013
@media (min-width: 992px) {
1114
top: 2rem;

src/frontend/src/Components/map/RouteSearch.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
background: white;
33
padding: 2rem 2rem 0;
44

5+
@media (max-width: 768px) {
6+
padding: 5rem 2rem 0;
7+
}
8+
59
.typeahead-container {
610
width: 100%;
711

0 commit comments

Comments
 (0)