fixed interface not being centered

This commit is contained in:
Sophie Marie 2022-11-02 21:29:39 -05:00
parent 1810e6ef40
commit c04deab92b
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ div.main {
position: fixed;
margin: auto;
width: 50%;
padding: 5px;
padding: 10px;
border-radius: 30px;
}
body {
@ -111,7 +111,7 @@ a {
}
img.githubico {
left: 49%;
left: 47.5%;
position: fixed;
}