Skip to content

Commit

Permalink
Adjust table font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadrien-Montanelli committed Nov 3, 2023
1 parent e0b6083 commit 1a85279
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ body {
font-family: 'Roboto', sans-serif;
color: #555;
font-size: 16px;
font-weight: 300;
font-weight: 400;
line-height: 26px;
letter-spacing: 0.2px;
min-width: 400px;
Expand Down Expand Up @@ -77,7 +77,7 @@ body {
width: 150%;
color: #555;
font-size: 16px;
font-weight: 300;
font-weight: 400;
letter-spacing: 0.2px;
line-height: 36px;
}
Expand Down Expand Up @@ -149,7 +149,7 @@ p {
ul {
color: #555;
font-size: 16px;
font-weight: 300;
font-weight: 400;
line-height: 26px;
letter-spacing: 0.2px;
}
Expand Down

0 comments on commit 1a85279

Please sign in to comment.