Skip to content

Commit 54eb295

Browse files
committed
Add shadow to blog title card
Signed-off-by: Piotr Płaczek <[email protected]>
1 parent dc6eca8 commit 54eb295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/blog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
---
44
<div class="row align-items-start justify-content-center my-5">
55
<div class="col-lg-3 mb-5" role="complementary" aria-labelledby="page-title">
6-
<div class="card px-2 mx-2">
6+
<div class="card shadow px-2 mx-2">
77
<div class="card-body">
88
<h1 class="fs-3" class="card-title" id="page-title">{{ page.title }}</h1>
99
<div class="container g-0 mt-4">

0 commit comments

Comments
 (0)