Skip to content

Commit 04af392

Browse files
committed
fine tuning css
1 parent f648f20 commit 04af392

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

public/lcd.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ select#allSections {
407407
@media only screen and (max-width: 600px) {
408408
.spring-sw-26.featured .title{
409409
font-size: calc(var(--large-text) * 0.9);
410+
font-weight: normal;
410411
}
411412

412413
.spring-26 .special-button {

public/styles.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,13 @@ font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
509509
text-transform: none;
510510
}
511511

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+
font-weight: normal;
517+
}
518+
}
512519

513520

514521
/* spring 26 */

0 commit comments

Comments
 (0)