removed sass

This commit is contained in:
2024-10-10 19:55:21 +03:00
parent 828fca7e8f
commit fea7610665
40 changed files with 1994 additions and 26 deletions
+19
View File
@@ -0,0 +1,19 @@
.sidebar-content{
min-width: 300px;
max-width: 400px;
position: relative;
}
.main-content {
position: relative;
width: fit-content;
min-width: 900px;
}
.main-wrapper {
display: flex;
justify-content: center;
gap: 40px;
padding: 20px;
position: relative;
}