Skip to content

Commit 40935a2

Browse files
authored
Minor CSS change (#3)
1 parent bda1868 commit 40935a2

File tree

1 file changed

+2
-1
lines changed
  • src/Giraffe.Website/Assets/Private

1 file changed

+2
-1
lines changed

src/Giraffe.Website/Assets/Private/main.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ body {
44
-ms-word-wrap: break-word;
55
word-wrap: break-word;
66
font-size: 1.1em;
7+
font-variant-ligatures: none;
78
}
89

910
header, main, nav, footer {
@@ -187,4 +188,4 @@ tr:nth-child(even) { background-color: #f1f1f1; }
187188
display: block;
188189
margin: 2em auto;
189190
max-width: 300px;
190-
}
191+
}

0 commit comments

Comments
 (0)