fix: add content to expertise pages

This commit is contained in:
2025-07-08 16:21:40 +03:00
parent 919c3c462e
commit 3e2426424d
148 changed files with 3708 additions and 169 deletions

View File

@@ -0,0 +1,14 @@
.Slider {
display: block;
padding: 0 20px;
//flex-direction: row;
//justify-content: space-between;
}
.Slide {
display: flex;
justify-content: center;
align-items: center;
width: 200px;
height: auto;
}