frontend/src/styles/styles.css

28 lines
304 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;
}
2025-09-22 19:29:59 +03:00
.center-button-container {
display: flex;
justify-content: center;
margin-top: 10px;
}
.center-button {
min-width: 320px;
}