This commit is contained in:
Lazy Hippopotamus
2023-06-25 14:44:14 -04:00
parent 753442735a
commit 4aadf2acc1
4 changed files with 16 additions and 7 deletions

View File

@@ -98,13 +98,14 @@ body {
margin: 10%;
}
#headin {
#header {
padding: 20px;
display: flex;
justify-content: center;
align-items: center;
z-index: 10000000;
box-sizing: border-box;
margin-bottom: 10vh;
}
#hambugha + label {
@@ -148,7 +149,7 @@ h1 {
padding: 0px;
position: absolute;
overflow: visible !important;
z-index: 1000000;
z-index: 1000000000000;
width: var(--sidebar-size);
top: 50%;
transform: translateY(-50%);
@@ -401,6 +402,7 @@ h1 {
padding: 5px;
color: white;
font-size: 0.7em;
margin-top: 10vh;
}
.image-relational-scrolling > div:last-child > p > img {