Skip to content

Commit

Permalink
fix(font): scale font
Browse files Browse the repository at this point in the history
  • Loading branch information
gijosso committed Dec 12, 2024
1 parent 82bee45 commit a083373
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ h1 {
text-transform: uppercase;
letter-spacing: 2px;
margin: 0;
font-size: 16px;
font-size: 12pt;
font-weight: bold;
}

Expand All @@ -52,7 +52,7 @@ h2 {
letter-spacing: 2px;
padding-left: 3px;
margin: 0;
font-size: 14px;
font-size: 10.5pt;
font-weight: bold;
background: var(--tint);
}
Expand Down Expand Up @@ -104,7 +104,7 @@ a:-webkit-any-link {
/* FONT AWESOME */
.fa-circle {
color: var(--alt-color);
font-size: 14px !important;
font-size: 10.5pt !important;
}

.tint {
Expand Down Expand Up @@ -168,13 +168,13 @@ a:-webkit-any-link {
}

.icon {
width: 15px;
font-size: 14px;
width: 11pt;
font-size: 10.5pt;
}

.big-icon {
min-width: 15px;
font-size: 20px;
width: 15.5pt;
font-size: 15pt;
}

.button {
Expand Down

0 comments on commit a083373

Please sign in to comment.