Skip to content

Commit

Permalink
Update index.astro
Browse files Browse the repository at this point in the history
removed "class="col-md-8 pb-4""
  • Loading branch information
einhornwolle authored Mar 29, 2024
1 parent 8e01988 commit 1985ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ import * as mainInfo from '../content/main-infos.md';
</div>
<div class="container mt-5">
<div class="row align-items-center">
<div class="col-md-8 pb-4">
<div>
<h2 class="text-primary">{mottoText.frontmatter.title}</h2>
<p set:html={mottoText.compiledContent()} />
</div>
Expand Down

0 comments on commit 1985ca1

Please sign in to comment.