From: Duje Mihanović Date: Sun, 25 Aug 2024 10:32:35 +0000 (+0200) Subject: Drop redundant stylesheet X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=61a1875f19b699f2e7a2c86f70204ab555a06afe;p=dujemihanovic.xyz.git Drop redundant stylesheet --- diff --git a/assets/css/style.css b/assets/css/style.css deleted file mode 100644 index 4bc5ab6..0000000 --- a/assets/css/style.css +++ /dev/null @@ -1,52 +0,0 @@ -body { - max-width: 1000px; - margin: 0 auto; - padding: 0 10px; -} - -main { - line-height: 1.5; -} - -nav { - text-align: center; -} - -nav ul { - list-style: none; - padding: 0 5px; -} - -nav a { - text-decoration: none; - color: #000; -} - -nav a:hover { - text-decoration: underline; -} - -nav li { - display: inline; - padding: 0 10px; -} - -p { - margin: 1em 0; -} - -ul { - padding: 0 2em; -} - -code { - overflow-wrap: anywhere; -} - -pre, nav { - overflow-x: scroll; -} - -img { - max-width: 100%; -}