fixed interface not being centered
This commit is contained in:
parent
1810e6ef40
commit
c04deab92b
|
@ -34,7 +34,7 @@ div.main {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
padding: 5px;
|
padding: 10px;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
|
@ -111,7 +111,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
img.githubico {
|
img.githubico {
|
||||||
left: 49%;
|
left: 47.5%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue