Skip to content

Commit 7ca9894

Browse files
Update spacing
1 parent 8e8a00b commit 7ca9894

File tree

11 files changed

+33
-21
lines changed

11 files changed

+33
-21
lines changed

public/categories/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,14 @@ <h2 class="fs-1 fw-bold text-center text-primary pb-3">Categories</h2>
198198
</section>
199199
<footer class="shared footer bg-blue-light py-5">
200200
<div class="container">
201-
202-
<div class="row">
201+
<div class="row text-center">
203202
<div class="col-12">
203+
<div class="mb-4">
204+
<img src="images/iva.png" alt="Sponsored by IVA" class="img-fluid" style="max-width: 500px;">
205+
</div>
206+
204207

205-
<p class="small text-black-61 text-center">© 2025 Orb DB Team</p>
208+
<p class="small text-black-61 mb-0">© 2025 Orb DB Team</p>
206209

207210
</div>
208211
</div>

public/images/iva.png

15.9 KB
Loading

public/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@ <h3 class="hero-title fw-bold display-1 text-primary text-center text-xl-start p
224224
}
225225

226226
.team-member img {
227-
width: 150px;
228-
height: 150px;
229-
border-radius: 40%;
227+
width: 200px;
228+
height: 200px;
229+
border-radius: 20%;
230230
object-fit: cover;
231231
}
232232

@@ -461,7 +461,7 @@ <h2 class="text-primary">Panagiotis Kaliosis</h2>
461461
<div class="row text-center">
462462
<div class="col-12">
463463
<div class="mb-4">
464-
<img src="images/iva.png" alt="Sponsored by IVA" class="img-fluid" style="max-width: 500px;">
464+
<img src="images/iva.png" alt="Sponsored by IVA" class="img-fluid" style="max-width: 550px;">
465465
</div>
466466

467467

public/post/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,14 @@ <h2 class="fs-1 fw-bold text-center text-primary pb-3">Posts</h2>
199199
</section>
200200
<footer class="shared footer bg-blue-light py-5">
201201
<div class="container">
202-
203-
<div class="row">
202+
<div class="row text-center">
204203
<div class="col-12">
204+
<div class="mb-4">
205+
<img src="images/iva.png" alt="Sponsored by IVA" class="img-fluid" style="max-width: 500px;">
206+
</div>
207+
205208

206-
<p class="small text-black-61 text-center">© 2025 Orb DB Team</p>
209+
<p class="small text-black-61 mb-0">© 2025 Orb DB Team</p>
207210

208211
</div>
209212
</div>

public/tags/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,14 @@ <h2 class="fs-1 fw-bold text-center text-primary pb-3">Tags</h2>
198198
</section>
199199
<footer class="shared footer bg-blue-light py-5">
200200
<div class="container">
201-
202-
<div class="row">
201+
<div class="row text-center">
203202
<div class="col-12">
203+
<div class="mb-4">
204+
<img src="images/iva.png" alt="Sponsored by IVA" class="img-fluid" style="max-width: 500px;">
205+
</div>
206+
204207

205-
<p class="small text-black-61 text-center">© 2025 Orb DB Team</p>
208+
<p class="small text-black-61 mb-0">© 2025 Orb DB Team</p>
206209

207210
</div>
208211
</div>

public/tags/index/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,14 @@ <h2 class="fs-1 fw-bold text-center text-primary pb-3">Index</h2>
198198
</section>
199199
<footer class="shared footer bg-blue-light py-5">
200200
<div class="container">
201-
202-
<div class="row">
201+
<div class="row text-center">
203202
<div class="col-12">
203+
<div class="mb-4">
204+
<img src="images/iva.png" alt="Sponsored by IVA" class="img-fluid" style="max-width: 500px;">
205+
</div>
206+
204207

205-
<p class="small text-black-61 text-center">© 2025 Orb DB Team</p>
208+
<p class="small text-black-61 mb-0">© 2025 Orb DB Team</p>
206209

207210
</div>
208211
</div>
0 Bytes
Binary file not shown.
15.9 KB
Loading

themes/up-business-theme/layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{ with .Site.Data.home.hero }}{{ partial "sections/hero.html" . }}{{ end }}
33
<!-- {{ with .Site.Data.home.brands }}{{ partial "sections/brands.html" . }}{{ end }} -->
44
{{ with .Site.Data.home.people }}{{ partial "sections/people.html" . }}{{ end }}
5-
<!-- {{ with .Site.Data.home.services }}{{ partial "sections/services.html" . }}{{ end }} -->
5+
{{ with .Site.Data.home.services }}{{ partial "sections/services.html" . }}{{ end }}
66
<!-- {{ with .Site.Data.home.testimonials }}{{ partial "sections/testimonials.html" . }}{{ end }}
77
{{ with .Site.Data.home.cta }}{{ partial "sections/cta.html" . }}{{ end }} -->
88
{{ end }}

themes/up-business-theme/layouts/partials/sections/people.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
}
1212

1313
.team-member img {
14-
width: 150px;
15-
height: 150px;
16-
border-radius: 40%;
14+
width: 200px;
15+
height: 200px;
16+
border-radius: 20%;
1717
object-fit: cover;
1818
}
1919

0 commit comments

Comments
 (0)