diff options
| author | altaf-creator <dev@altafcreator.com> | 2026-07-04 19:39:03 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2026-07-04 19:39:03 +0800 |
| commit | 5d56fe7e8e93a6c5494cf49b34aed5736a91f358 (patch) | |
| tree | a701672faa48fd8de5a4b2beaf948ce9cb55c116 /templates | |
| parent | 1506410ba767d280485edda008a244557736de67 (diff) | |
push blog urban0
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/blogpost.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/blogpost.html b/templates/blogpost.html index 7cbafc4..6340a56 100644 --- a/templates/blogpost.html +++ b/templates/blogpost.html @@ -40,12 +40,15 @@ </div> <div class="sidebar-progress-container" id="progressContainer"> </div> - <section class="normal-section" data-excluded> - <div class="banner-shadow" style="margin-top: 100px;"> + <section class="normal-section" data-excluded style="padding-top: 80px;"> + <div class="banner-shadow" style="margin-top: 100px;" id="big-banner-container"> <img src="" alt="" class="banner img" id="banner"> </div> <div class="center-grid"> <div class="div-sizing"> + <div class="shadow-filter"> + <img src="" alt="" class="banner img" id="banner-thumb"> + </div> <div class="flex-container flex-container-column flex" style="gap: 7px; margin-top: 20px;"> <div id="tag-container" class="chip-container flex-container-normal "> </div> |
