Header+Footer: complete refactor of hover logic :)

This commit is contained in:
rektdeckard
2020-08-21 03:19:50 -04:00
parent 07c708e9fd
commit 43f722ad5b
4 changed files with 146 additions and 277 deletions

View File

@@ -5,6 +5,12 @@ footer {
overflow: hidden;
}
.container {
width: 100%;
max-width: 1280px;
margin: auto;
}
#back-to-top-button {
width: 140px;
height: 140px;