diff options
-rw-r--r-- | src/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/style.css b/src/style.css index 746460f..13a5255 100644 --- a/src/style.css +++ b/src/style.css @@ -12,8 +12,8 @@ body { padding: 0 1rem; border: 1px solid #ccc; background-color: #fcfcfc; - -moz-hyphens:auto; -webkit-hyphens:auto; - -ms-hyphens:auto; hyphens:auto; + -moz-hyphens: auto; -webkit-hyphens: auto; + -ms-hyphens: auto; hyphens: auto; } a, a:visited { @@ -29,10 +29,10 @@ header { padding-top: 1.25rem; } header nav ul { - padding: 0; font-size: 0.9rem; font-family: 'DejaVu Sans Mono'; list-style-type: none; + padding: 0; } header nav ul li { display: inline; |