Skip to content

Commit

Permalink
Minor CSS change (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-rinaldi committed Jul 10, 2024
1 parent bda1868 commit 40935a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Giraffe.Website/Assets/Private/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ body {
-ms-word-wrap: break-word;
word-wrap: break-word;
font-size: 1.1em;
font-variant-ligatures: none;
}

header, main, nav, footer {
Expand Down Expand Up @@ -187,4 +188,4 @@ tr:nth-child(even) { background-color: #f1f1f1; }
display: block;
margin: 2em auto;
max-width: 300px;
}
}

0 comments on commit 40935a2

Please sign in to comment.