Skip to content

Commit c92a76d

Browse files
committed
update: responsive design
1 parent 29e86c3 commit c92a76d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/modules/weather/components/city-card/forecast/forecast.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
transition: all .3s;
99

1010
@include respond-below(xs) {
11-
width: 80%;
11+
width: 98%;
1212
font-size: toRem(16);
1313
margin: 0 auto;
1414
};

src/modules/weather/components/city-card/info-list/info-list.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
text-align: center;
1616
font-size: toRem(14.4);
1717
padding: 0;
18+
gap: 0;
1819
};
1920
}
2021

src/styles/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ html,
88
body {
99
width: 100%;
1010
height: 100%;
11-
min-width: toRem(350)
11+
min-width: toRem(430)
1212
}
1313
body {
1414
color: $colorNeutral850;

0 commit comments

Comments
 (0)