css: centralize centering
crispy-caesus crispy@crispy-caesus.eu
Wed, 25 Mar 2026 19:50:25 +0100
4 files changed,
2 insertions(+),
7 deletions(-)
M
static/blogPage.css
→
static/blogPage.css
@@ -1,8 +1,3 @@
-body{ - display: flex; - justify-content: center; -} - ul { list-style-type: none; }
M
templates/blogpost.gotmpl
→
templates/blogpost.gotmpl
@@ -4,7 +4,7 @@ <head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>{{.Title}}</title> <link rel="stylesheet" href="../static/global.css" /> - <link rel="stylesheet" href="../static/blog.css" /> + <link rel="stylesheet" href="../static/center.css" /> <link rel="icon" type="image/png" href="../static/banan_icon.png" /> </head> <body>
M
templates/blogposts.gotmpl
→
templates/blogposts.gotmpl
@@ -4,7 +4,7 @@ <head>
<title>crispy blog</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="../static/global.css" /> - <link rel="stylesheet" href="../static/blogPage.css" /> + <link rel="stylesheet" href="../static/center.css" /> <link rel="icon" type="image/png" href="../static/banan_icon.png" /> </head> <body>