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