refactor: moved bsky button styling to its svelte component
All checks were successful
Gitea Actions Demo / Build (push) Successful in 1m32s
Gitea Actions Demo / Upload (push) Successful in 9s

This commit is contained in:
2025-09-30 17:56:45 +02:00
parent 416fc9f122
commit 046a62f54b
2 changed files with 6 additions and 5 deletions

View File

@@ -40,6 +40,12 @@
font-size: 1.728rem; font-size: 1.728rem;
} }
.bsky {
display: block;
height: 2rem;
float: right;
}
nav a { nav a {
margin: 1rem; margin: 1rem;
margin-left: 0rem; margin-left: 0rem;

View File

@@ -91,11 +91,6 @@ hr {
color: var(--rp-moon-muted); color: var(--rp-moon-muted);
} }
.bsky{
display:block;
height: 2rem;
float:right;
}
h1{font-size: 2.986rem} h1{font-size: 2.986rem}
h2{font-size: 2.488rem} h2{font-size: 2.488rem}