Made internal links display absolute
This commit is contained in:
@@ -54,7 +54,7 @@ import Socials from "./Socials.astro";
|
||||
}
|
||||
|
||||
.internal-links {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user