This commit is contained in:
2023-06-06 11:26:22 +02:00
parent 6c30f217f4
commit ca6010fd3f
2 changed files with 3 additions and 2 deletions

View File

@@ -15,6 +15,7 @@
.section__intro {
display: flex;
flex-direction: column-reverse;
height: 100%;
background: var(--color-white-100);
transition: left 1.25s ease-in-out;
}