Skip to content

Commit

Permalink
[TASK] changes to blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
mesosa committed Feb 1, 2024
1 parent 8756e20 commit 2ce502a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
9 changes: 8 additions & 1 deletion theme/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,13 @@
margin: 0 auto;
}

@media (max-width: 992px) {
.blog-post-template,
.blog-related-posts_wrp {
padding: 0 20px;
}
}

.blog-post {
padding-top: 90px;
padding-bottom: 45px;
Expand All @@ -145,7 +152,6 @@

.blog-post-section {
max-width: 1200px;
padding-top: 75px;
}

.blog-post__meta-info-date {
Expand All @@ -154,6 +160,7 @@
padding-bottom: 35px;
font-weight: 600 !important;
display: block;
font-size: 18px;
}

.blog-post__tag-link {
Expand Down
5 changes: 4 additions & 1 deletion theme/templates/blog-post.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,10 @@ <h3 style="text-align: center;"><span style="color: #ffffff;">Har du frågor och
layout={
"number_of_posts" : 3
},
general_heading={ "text" : ''},
general_heading={
"display" : "h1",
"text" : ""
},
blog_components=[ {
"component" : "Image",
"show" : true
Expand Down

0 comments on commit 2ce502a

Please sign in to comment.