2024-08-15 14:44:53 +03:00
|
|
|
.sidebar-content{
|
|
|
|
|
min-width: 300px;
|
|
|
|
|
max-width: 400px;
|
2024-08-16 21:11:01 +03:00
|
|
|
position: relative;
|
2024-08-14 22:04:34 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.main-content {
|
2024-08-16 21:11:01 +03:00
|
|
|
position: relative;
|
2024-08-17 19:23:19 +03:00
|
|
|
width: fit-content;
|
|
|
|
|
min-width: 900px;
|
2024-08-14 22:04:34 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.main-wrapper {
|
|
|
|
|
display: flex;
|
2024-08-17 19:23:19 +03:00
|
|
|
justify-content: center;
|
2024-08-14 22:04:34 +03:00
|
|
|
gap: 40px;
|
|
|
|
|
padding: 20px;
|
2024-08-16 21:11:01 +03:00
|
|
|
position: relative;
|
2024-08-14 22:04:34 +03:00
|
|
|
}
|