Changes on sidebar styles, and content of pages

This commit is contained in:
cagsun 2025-06-26 15:16:44 +02:00
parent 7ae4644893
commit e3cd2c7f00
22 changed files with 1014 additions and 49 deletions

View file

@ -0,0 +1,18 @@
.step {
display: flex;
flex-wrap: wrap;
gap: 2rem;
margin-bottom: 3rem;
align-items: flex-start;
font-size:14px;
}
.text {
flex: 1;
min-width: 280px;
}
.carousel {
flex: 1;
min-width: 300px;
}