mirror of
https://github.com/amyjko/cooperative-software-development
synced 2024-12-25 21:58:15 +01:00
Fixed header font weight.
This commit is contained in:
parent
abcf9ae2d9
commit
255ce7917e
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ body {
|
|||
line-height: 1.75em;
|
||||
}
|
||||
|
||||
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
table.text-left td {
|
||||
text-align: left;
|
||||
}
|
Loading…
Reference in a new issue