Skip to content

Commit

Permalink
Update dialog content styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jonamil committed Jul 8, 2024
1 parent 54c6e68 commit 1bbef2f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
28 changes: 15 additions & 13 deletions src/components/TheAboutDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,24 @@
title="About This Website"
>
<p class="!mt-1.5">
A project by
<a
href="https://simonlou.com/"
target="_blank"
>Simon</a
>
and
<a
href="https://jona.im/"
target="_blank"
>Jona</a
>
<em class="!font-normal-serif">
A project by
<a
href="https://simonlou.com/"
target="_blank"
>Simon</a
>
and
<a
href="https://jona.im/"
target="_blank"
>Jona</a
>
</em>
</p>
<p>
This project is an attempt at rethinking the experience of browsing Hacker News by unifying
the front page, linked websites and discussions as a multi-column web app. Special attention
the front page, linked websites and comments into a multi-column web app. Special attention
has also been paid to improving navigation and readability while keeping the information
density high.
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/components/TheLegalDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
>
<h3>Impressum</h3>
<p>Responsible regarding § 5 of the German Telemedia Act:</p>
<blockquote class="!my-[0.8125rem] leading-paragraph-narrow">
<blockquote class="!font-normal-serif !my-[0.8125rem] leading-paragraph-narrow">
{{ legalName }}<br />{{ legalStreet }}<br />{{ legalCity }}<br />
<a href="mailto:[email protected]">[email protected]</a>
</blockquote>
Expand Down

1 comment on commit 1bbef2f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for hackernews-dot-cool ready!

✅ Preview
https://hackernews-dot-cool-htbn4fzgc-jonamil-56ba8df7.vercel.app

Built with commit 1bbef2f.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.