From 061c69c62c3084249b24070e9683e7152336fcc3 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 13 Jun 2024 16:19:28 +0500 Subject: [PATCH] style single post template --- assets/css/custom.css | 13 +++++++++++++ templates/single.html | 7 +++++++ 2 files changed, 20 insertions(+) create mode 100644 templates/single.html diff --git a/assets/css/custom.css b/assets/css/custom.css index ef2fe03..a23ac64 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -81,4 +81,17 @@ ul.wp-block-navigation.mobile-header-nav li { .site-footer ul.is-style-arrow li { font-size: 18px !important; } +} + +/* styling blog post template */ +.post-content-container { + width: fit-content; +} + +.post-header { + max-width: 1480px; +} + +.post-bio-container { + max-width: 640px; } \ No newline at end of file diff --git a/templates/single.html b/templates/single.html new file mode 100644 index 0000000..477b693 --- /dev/null +++ b/templates/single.html @@ -0,0 +1,7 @@ + + + +
+ + + \ No newline at end of file