]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/commitdiff
CSS updates
authorDuje Mihanović <duje.mihanovic@skole.hr>
Sat, 8 Jun 2024 12:48:20 +0000 (14:48 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Sat, 8 Jun 2024 12:48:20 +0000 (14:48 +0200)
assets/css/style.css
layouts/partials/head.html

index 12416d5e4f2d8fe0284c57278f2476b26796edd9..a8d72f66d0e8603f88ad90475025bc4140a41ba0 100644 (file)
@@ -4,13 +4,17 @@ body {
        padding: 0 10px;
 }
 
+main {
+       line-height: 1.5;
+}
+
 nav {
        text-align: center;
 }
 
 nav ul {
        list-style: none;
-       padding: 3px 5px;
+       padding: 0 5px;
 }
 
 nav a {
@@ -28,18 +32,11 @@ nav li {
 }
 
 p {
-       margin: 12px 0;
+       margin: 1em 0;
 }
 
 ul {
-       padding: 0 40px;
-       margin: 5px 0;
-}
-
-main {
-       max-width: 1000px;
-       margin: 0 auto;
-       text-align: justify;
+       padding: 0 2em;
 }
 
 code {
index 65d22e840809341421a438c400dca0096f134952..15dd634bb9ab2f1f6d096c621ac93d8a87f4d8b5 100644 (file)
@@ -3,7 +3,7 @@
 <meta name="description" content="Duje Mihanović's personal website">
 <title>{{ print .Page.Title }} | {{ print .Site.Title }}</title>
 {{ $style := resources.Get "css/style.css" | resources.Minify }}
-<link rel="stylesheet" href="{{ $style.RelPermalink }}?v=1.1.2">
+<link rel="stylesheet" href="{{ $style.RelPermalink }}?v=1.1.3">
 {{ $index := $.Site.GetPage "/" }}
 {{ range $index.AlternativeOutputFormats }}
 {{ printf `<link rel="%s" type="%s" href="%s" title="%s">` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }}