fix horizontal scroll, header links back to wiki
All checks were successful
/ build (push) Successful in 10s
All checks were successful
/ build (push) Successful in 10s
This commit is contained in:
parent
f3b5be3c50
commit
8baaa1b176
8 changed files with 92 additions and 58 deletions
|
|
@ -8,7 +8,7 @@
|
|||
body {
|
||||
margin: 0;
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
|
|
@ -30,6 +30,14 @@ body {
|
|||
max-width: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
#backToWiki > img {
|
||||
transition: transform 200ms;
|
||||
}
|
||||
|
||||
#backToWiki:hover > img {
|
||||
transform: scale(1.05);
|
||||
}
|
||||
}
|
||||
|
||||
> div {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue