We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4c2c6c + ef51a77 commit 53fc2eaCopy full SHA for 53fc2ea
1 file changed
src/components/SummaryBar/SummaryBar.css
@@ -167,6 +167,13 @@
167
filter: alpha(opacity=40); /* msie */
168
}
169
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
+
177
/* XLarge devices (landscape phones, 544px and down) */
178
@media (max-width: 1200px) {
179
.med_text_summary {
0 commit comments