This commit is contained in:
everythingonblack
2025-04-03 05:19:27 +07:00
parent a64b999a05
commit 931f3f90e8
12 changed files with 849 additions and 58 deletions

View File

@@ -1,21 +1,11 @@
/* General container */
.centeredLinktreePage {
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
background-color: rgb(222 237 100);
}
.nonCenteredLinktreePage {
height: 100vh;
display: flex;
flex-direction: column;
justify-content: start;
background-color: rgb(255 255 255);
position: relative;
}
.dashboardLine {
position: fixed;
left: 0px;
@@ -29,7 +19,7 @@
background-color: inherit;
z-index: 6;
padding: 0 1rem;
padding-top: 40px;
padding-top: 100px;
}
/* Main Heading */