Skip to content

Commit a8d765b

Browse files
committed
calendar_2.0
1 parent 662a7bb commit a8d765b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

themes/meghna-hugo/layouts/partials/skill.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ <h2>{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }}<span clas
1616
</div> -->
1717
{{"<!-- /section title -->" | safeHTML }}
1818
<!-- </div> -->
19-
<div class="row">
19+
<div class="d-flex justify-content-center">
2020
<!-- <div class="col-lg-6">
2121
<h2>{{ .subtitle | markdownify }}</h2>
2222
<p> {{ .content | markdownify }}</p>
2323
{{ with .image }}
2424
<img class="img-fluid lozad" data-src="{{ . | absURL }}" alt="image">
2525
{{ end }}
2626
</div> -->
27-
<div class="col-lg-8 mx-auto">
27+
<!-- <div class="col-lg-8 mx-auto"> -->
28+
2829
<!-- <ul class="skill-bar">
2930
{{ $.Scratch.Set "counter" 0 }}
3031
{{ range $index, $element:= .skill_item }}

0 commit comments

Comments
 (0)