Update to make the config and src links fixed in the upper right

This commit is contained in:
William Moore 2023-06-07 01:32:49 -05:00
parent 1f8d7ef881
commit c136aa352c

View File

@ -3,7 +3,8 @@ body {
} }
.link-box { .link-box {
position: absolute; position: fixed;
z-index: 1;
top: 0; top: 0;
right: .5em; right: .5em;
} }