frontend/src/styles/styles.css

18 lines
170 B
CSS
Raw Normal View History

2025-09-17 21:26:25 +03:00
.mt-10 {
margin-top: 10px;
}
.mb-20 {
margin-bottom: 30px;
}
.w360 {
min-width: 360px;
width: 70%;
}
.c-center {
display: flex;
justify-content: center;
}