Skip to content

Commit

Permalink
Small design changes
Browse files Browse the repository at this point in the history
- Fix width on desktop
- Align checkmark with text
  • Loading branch information
noeleont authored and cloudlena committed Jun 20, 2024
1 parent 74465e7 commit fd5db9c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/routes/Mission.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,17 @@
<p>{$_('mission.body')}</p>
<div class="content team-content">
<div class="columns">
<div class="column is-centered is-half-desktop is-offset-one-quarter-desktop">
<div
class="column is-centered is-10-desktop is-offset-1-desktop is-half-fullhd is-offset-one-quarter-fullhd"
>
<div class="box">
<div class="card-content">
<p class="title is-4">
{$_('mission.solutions.title')}
</p>
<div class="content">
{#each solutions as solution (solution)}
<p>
<p class="is-flex">
<span class="icon has-text-link icon-checkmark">
<Fa icon={faCheck} />
</span>
Expand Down

0 comments on commit fd5db9c

Please sign in to comment.