Changes on sidebar styles, and content of pages
This commit is contained in:
parent
7ae4644893
commit
e3cd2c7f00
22 changed files with 1014 additions and 49 deletions
18
src/components/StepWithCarousel.module.css
Normal file
18
src/components/StepWithCarousel.module.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue