We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f648f20 commit 04af392Copy full SHA for 04af392
2 files changed
public/lcd.css
@@ -407,6 +407,7 @@ select#allSections {
407
@media only screen and (max-width: 600px) {
408
.spring-sw-26.featured .title{
409
font-size: calc(var(--large-text) * 0.9);
410
+ font-weight: normal;
411
}
412
413
.spring-26 .special-button {
public/styles.css
@@ -509,6 +509,13 @@ font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
509
text-transform: none;
510
511
512
+ @media only screen and (max-width: 600px)
513
+ {
514
+ .spring-sw-26.featured .title{
515
+ font-size: calc(var(--large-text) * 0.9);
516
517
+ }
518
+}
519
520
521
/* spring 26 */
0 commit comments