Skip to content

Commit d8cf837

Browse files
committed
fix spacing and background color
1 parent d4eb5e8 commit d8cf837

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

assets/scss/components/_testimonial.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
max-width: 600px;
33
margin: 0 auto;
44
height: 100%;
5-
background-color: $white-offset;
65
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
76
position: relative;
87
font-family: "Noto Sans", sans-serif;

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h2 class="feature-title">{{ .title }}</h2>
7070

7171
<div class="strip">
7272
<div class="container pt-6 pb-6 pt-md-10 pb-md-10">
73-
<div class="row justify-content-center align-items-stretch">
73+
<div class="row justify-content-between align-items-stretch g-5">
7474
{{ range .Site.Data.testimonial }}
7575
<div class="col-12 col-md-5 d-flex">
7676
{{ partial "testimonial.html" . }}

0 commit comments

Comments
 (0)