From be291e00c2aeeb725f662562db11063e2fe25833 Mon Sep 17 00:00:00 2001 From: Matthew Wozniak Date: Tue, 25 Jun 2024 15:08:10 -0400 Subject: dos2unix --- static/style.css | 68 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 14cd656..44892d1 100644 --- a/static/style.css +++ b/static/style.css @@ -1,34 +1,34 @@ -body { - font-family: "Helvetica Neue", Helvetica; - font-size: 11.5pt; - margin: auto; - padding: 1em; - padding-stop: 0.25em; - max-width: 80ch; -} - -footer { - color: #333; - font-size: 9pt; -} - -.sourceCode { - font-size: 10pt; -} - -.navbar ul { - display: inline-flex; - flex-wrap: wrap; - list-style-type: none; - margin: 0; - padding: 0; -} - -.navbar ul li { - display: list-item; - padding: 6px; -} - -.navbar ul li:hover { - background-color: #eeeeee; -} +body { + font-family: "Helvetica Neue", Helvetica; + font-size: 11.5pt; + margin: auto; + padding: 1em; + padding-stop: 0.25em; + max-width: 80ch; +} + +footer { + color: #333; + font-size: 9pt; +} + +.sourceCode { + font-size: 10pt; +} + +.navbar ul { + display: inline-flex; + flex-wrap: wrap; + list-style-type: none; + margin: 0; + padding: 0; +} + +.navbar ul li { + display: list-item; + padding: 6px; +} + +.navbar ul li:hover { + background-color: #eeeeee; +} -- cgit v1.2.3-54-g00ecf