refactor: moved bsky button styling to its svelte component
This commit is contained in:
@@ -40,6 +40,12 @@
|
||||
font-size: 1.728rem;
|
||||
}
|
||||
|
||||
.bsky {
|
||||
display: block;
|
||||
height: 2rem;
|
||||
float: right;
|
||||
}
|
||||
|
||||
nav a {
|
||||
margin: 1rem;
|
||||
margin-left: 0rem;
|
||||
|
||||
@@ -91,11 +91,6 @@ hr {
|
||||
color: var(--rp-moon-muted);
|
||||
}
|
||||
|
||||
.bsky{
|
||||
display:block;
|
||||
height: 2rem;
|
||||
float:right;
|
||||
}
|
||||
|
||||
h1{font-size: 2.986rem}
|
||||
h2{font-size: 2.488rem}
|
||||
|
||||
Reference in New Issue
Block a user