Skip to content

Commit 53fc2ea

Browse files
Merge pull request #3312 from OneCommunityGlobal/Rohith_fix_hours_ui_responsive
Rohith | Fix Hours UI responsiveness for mid-sized screens
2 parents a4c2c6c + ef51a77 commit 53fc2ea

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/components/SummaryBar/SummaryBar.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,13 @@
167167
filter: alpha(opacity=40); /* msie */
168168
}
169169

170+
/* Custom media query for screen widths between 1200px and 1330px */
171+
@media (min-width: 1200px) and (max-width: 1330px) {
172+
.med_text_summary {
173+
font-size: 0.8rem;
174+
}
175+
}
176+
170177
/* XLarge devices (landscape phones, 544px and down) */
171178
@media (max-width: 1200px) {
172179
.med_text_summary {

0 commit comments

Comments
 (0)