Skip to content

Commit df513ce

Browse files
authored
Fix font on safari (#5852)
1 parent 73b2813 commit df513ce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lego-webapp/components/ProfileCard/ProfileCard.module.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,12 @@
1313

1414
.info h2 {
1515
font-weight: bold;
16-
font-family: monospace;
17-
text-transform: uppercase;
1816
margin-top: var(--spacing-md);
1917
}
2018

2119
.info p {
2220
color: var(--secondary-font-color);
2321
font-weight: bold;
24-
font-family: monospace;
2522
padding: var(--spacing-xs) var(--spacing-md);
2623
text-transform: uppercase;
2724
margin: 0;

0 commit comments

Comments
 (0)