Skip to content

Commit

Permalink
Fix styling of AboutComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderVertegaal committed Dec 11, 2024
1 parent 5492c09 commit 114d28a
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions frontend/src/app/about/about.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<h1 class="title" i18n>About</h1>

<p i18n>
ParsePort is currently under active development by the Centre for Digital
Humanities at Utrecht University.
</p>
<div class="content">
<div class="columns is-centered">
<div class="column is-two-thirds">
<h1 i18n>About</h1>
<p i18n>
ParsePort is currently under active development by the Centre
for Digital Humanities at Utrecht University.
</p>
</div>
</div>
</div>

0 comments on commit 114d28a

Please sign in to comment.