Implements Initial Stack Slider

This commit is contained in:
2023-11-08 04:15:18 -03:00
parent 100926b20d
commit 0b32845c2b
17 changed files with 327 additions and 48 deletions

View File

@@ -97,10 +97,10 @@
.stack-section {
background: rgb(241,241,241);
/*background: linear-gradient(0deg, rgba(241,241,241,1) 80%, rgba(51,51,51,1) 100%);*/
height: 90vh;
height: 80vh;
}
.stack {
height: 60%;
height: 35%;
display: flex;
flex-direction: column;
justify-content: center;