Skip to content

Commit 6659a8a

Browse files
committed
add more margins to distinctive in and expertise
1 parent 684656d commit 6659a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h3 class="section-title color-blue">{{ .title | markdownify }}</h3>
2929
<!-- areas of AI expertise -->
3030

3131
<!-- desktop version -->
32-
<div class="row justify-content-center desktop">
32+
<div class="row justify-content-center desktop mx-3">
3333
{{$width_m := 4}}
3434
{{$width_s := 2}}
3535
{{if .width_m}}
@@ -103,7 +103,7 @@ <h3 class="section-title color-blue">{{ .title | markdownify }}</h3>
103103

104104

105105
<!-- desktop version -->
106-
<div class="row justify-content-center desktop">
106+
<div class="row justify-content-center desktop mx-3">
107107
{{$width_m := 4}}
108108
{{$width_s := 2}}
109109
{{if .width_m}}

0 commit comments

Comments
 (0)