diff --git a/public/categories/index.xml b/public/categories/index.xml index 43962c4..48ce451 100644 --- a/public/categories/index.xml +++ b/public/categories/index.xml @@ -2,10 +2,10 @@ Categories on Coding with Andrzej - http://localhost:1313/categories/ + http://192.168.70/categories/ Recent content in Categories on Coding with Andrzej Hugo en-us - + diff --git a/public/css/main.css b/public/css/main.css index 796eaa9..5b704a8 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -65,6 +65,7 @@ body { font-size: 1.6rem; line-height: 1.5; width: 100vw; + height: 100vh; /* FLEX */ display: flex; @@ -84,6 +85,7 @@ header { main { max-width: 100%; + flex-grow: 1; @media screen and (min-width:600px) { max-width: 800px; @@ -106,6 +108,7 @@ header { h1 { font-size: 4rem; + margin-top: 0; } } @@ -120,7 +123,8 @@ time { footer { - border-top: 1px solid #222; + width: 100%; + border-top: 1rem solid var(--rp-pine); margin-top: 1rem; } @@ -187,6 +191,7 @@ nav>ul>li>a { font-size: 2rem; } +/* PAGE LISTS */ .page-list>li { padding: 1rem 1rem 2rem 1rem; border-top: 1rem solid var(--rp-pine); @@ -197,7 +202,26 @@ nav>ul>li>a { ; } + .center { width: fit-content; margin: auto; } + +/* TAGS */ +.post-tags { + display: flex; + gap: 1em; +} + +.post-tags>li { + + + @media screen and (min-width:600px) { + font-size: 3rem; + } + + background-image: linear-gradient(to bottom, var(--rp-overlay) 80%, var(--rp-base)); + padding: 0.4em; + border-radius: 0.6em 0.6em 0 0; +} diff --git a/public/index.html b/public/index.html index 1a47182..82a774c 100644 --- a/public/index.html +++ b/public/index.html @@ -35,7 +35,7 @@