Skip to content

Commit

Permalink
Mild font size changes for table
Browse files Browse the repository at this point in the history
  • Loading branch information
FelesNoctis committed Dec 9, 2023
1 parent d78787e commit c70cc89
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -348,14 +348,14 @@ h1 {

.creditstable {
border-spacing: 1em 0.6em;
font-size: 0.75em;
font-size: 0.75rem;
width: 100%;
max-width: 100%;
}

.creditstable th {
border-bottom: 1px solid red;
font-size: 1em;
font-size: 1rem;
padding: 1.33em 0 0.6em;
}

Expand All @@ -376,20 +376,20 @@ h1 {
}

.creditstitle {
font-size: 0.5em;
font-size: 0.5rem;
font-style: italic;
font-weight: normal;
}

@media only screen and (min-width: 1081px) {
.creditstable {
font-size: 1em;
font-size: 1rem;
}
.creditstable th {
font-size: 1.25em;
font-size: 1.25rem;
}
.creditstitle {
font-size: 0.75em;
font-size: 0.75rem;
font-style: italic;
font-weight: normal;
}
Expand Down

0 comments on commit c70cc89

Please sign in to comment.