mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-31 14:58:23 -04:00
Add missing semicolons in CSS files (#408)
Many of the CSS files had no semicolon after the last rule in a block, which is proper syntax, but it's annoying when adding more rules. Since omitting the semicolons doesn't really have a benefit, I've decided to add them.
This commit is contained in:
parent
537ec0038f
commit
87fbe01124
12 changed files with 164 additions and 164 deletions
|
@ -7,5 +7,5 @@
|
|||
justify-content: center;
|
||||
height: 80%;
|
||||
font-size: 160px;
|
||||
font-weight: 700
|
||||
font-weight: 700;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue