Skip to content

Commit a4b6da3

Browse files
committed
Update css, wordings
1 parent a9b71e8 commit a4b6da3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

assets/scss/components/_blog-carousel.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 0 15px rgba(0, 0, 0, 0.1);
3434
text-align: center;
3535
flex-direction: column;
36-
background-color: $primary;
36+
background-color: #0d4365;
3737
color: $white;
3838
}

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ enableRobotsTXT = false
6464
[menu]
6565
# Main Menu
6666
[[menu.main]]
67-
name = "Blog"
67+
name = "Blog Posts"
6868
url = "/blog/"
6969
weight = 1
7070
paginate = 6

content/blog/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: 'Blog'
2+
title: 'Blog Posts'
33
description: 'Sharing our learnings from our work'
44
---
55

6-
# Infraspec Blog
6+
# Infraspec Blog Posts
77

88
Sharing our learnings from our work

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h2 class="mb-3">Testimonials</h2>
8787
</div>
8888
</div>
8989

90-
<div class="strip">
90+
<div class="strip strip-grey">
9191
<div class="container-fluid py-5 m-0">
9292
<div class="row g-0">
9393
<div class="col-12 col-md-2 rounded-left roun p-0 d-flex align-items-center justify-content-center blog-carousel-title">

0 commit comments

Comments
 (0)