Skip to content

Commit

Permalink
styles
Browse files Browse the repository at this point in the history
  • Loading branch information
matyunya committed Feb 23, 2024
1 parent c880035 commit 70a73d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/layouts/Print.astro
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const { title, labels, prose = "prose-lg" } = Astro.props.frontmatter;
<h2 class="flex w-full items-baseline justify-between space-x-2">
<span class="jp-bold">{title}</span>
<a
class="flex flex-col items-center text-blue-500 no-underline print:visible print:h-9 print:w-9 print:text-black"
class="flex flex-col items-center text-blue-500 no-underline print:visible print:h-8 print:w-8 print:text-black"
href="https://yasoprotivlenie.com"
target="_blank"
>
Expand All @@ -80,7 +80,7 @@ const { title, labels, prose = "prose-lg" } = Astro.props.frontmatter;
<span class="text-xs">HP</span>
</a>
<a
class="flex flex-col items-center text-blue-500 no-underline print:visible print:h-9 print:w-9 print:text-black"
class="flex flex-col items-center text-blue-500 no-underline print:visible print:h-8 print:w-8 print:text-black"
href="https://twitter.com/yakinikuprotiv"
target="_blank"
>
Expand All @@ -92,7 +92,7 @@ const { title, labels, prose = "prose-lg" } = Astro.props.frontmatter;
<span class="text-xs">twitter</span>
</a>
<a
class="flex flex-col items-center text-blue-500 no-underline print:visible print:h-9 print:w-9 print:text-black"
class="flex flex-col items-center text-blue-500 no-underline print:visible print:h-8 print:w-8 print:text-black"
href="https://www.instagram.com/ya.soprotivlenie/"
target="_blank"
>
Expand All @@ -104,7 +104,7 @@ const { title, labels, prose = "prose-lg" } = Astro.props.frontmatter;
<span class="text-xs">insta</span>
</a>
<a
class="flex flex-col items-center text-blue-500 no-underline print:visible print:h-9 print:w-9 print:text-black"
class="flex flex-col items-center text-blue-500 no-underline print:visible print:h-8 print:w-8 print:text-black"
href="https://t.me/yasoprotivlenie"
target="_blank"
>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/print_jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ locale: ja
labels:
- Russians for Ukraine ロシア人によるウクライナ支援 ポーランド・ウクライナ国境におけるロシア語話者ボランティアの組織。
- 国際プロジェクト「HOPE」人道支援に取り組む。
- ロシアにいるウクライナ人のためのチケットのための継続的な募金
- ロシアにいるウクライナ人のための帰国のチケットの募金

---

Expand Down

0 comments on commit 70a73d6

Please sign in to comment.