Footer: back-to-top should float above toolbar

This commit is contained in:
rektdeckard
2020-10-05 02:15:01 -04:00
parent 4a857eb6fa
commit 4a46bede07
2 changed files with 6 additions and 8 deletions

View File

@@ -65,7 +65,6 @@ button.main-button {
button.main-button:active { button.main-button:active {
transform: translate(4px, 4px); transform: translate(4px, 4px);
/* background-color: #DDDDDD; */
box-shadow: 0 0 0 0 black; box-shadow: 0 0 0 0 black;
} }

View File

@@ -7,6 +7,7 @@ footer {
height: 140px; height: 140px;
margin: 0; margin: 0;
border-radius: 50%; border-radius: 50%;
z-index: 2;
} }
#back-to-top-button img { #back-to-top-button img {
@@ -25,7 +26,6 @@ footer {
max-width: 666px; max-width: 666px;
margin: 0 8% 0; margin: 0 8% 0;
padding-top: 72px; padding-top: 72px;
/* overflow: hidden; */
} }
.outro p { .outro p {
@@ -68,7 +68,6 @@ footer .links {
height: 48px; height: 48px;
padding: 0; padding: 0;
margin: 16px; margin: 16px;
z-index: 1;
} }
#back-to-top-button img { #back-to-top-button img {
@@ -121,7 +120,7 @@ footer .links {
#command { #command {
position: absolute; position: absolute;
right: -16px; right: -48px;
top: 144px; top: 144px;
} }
} }
@@ -137,11 +136,11 @@ footer .links {
top: 276px; top: 276px;
} }
#command { /* #command {
position: absolute; position: absolute;
left: 732px; left: 532px;
top: 512px; top: 150px;
} } */
.illustrations-footer { .illustrations-footer {
display: initial; display: initial;