frontend/src/styles/styles.css

55 lines
615 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;
}
2025-09-24 21:30:50 +03:00
.grid-item {
margin: 5px;
}
.grid-main {
margin: 10px auto;
}
.card-link {
display: block;
text-decoration: none;
color: inherit;
}
.card-link:hover {
text-decoration: none;
}
.micro-uuid {
font-size: 0.8rem;
color: rgba(0, 0, 0, 0.6);
margin: 0;
}
.text-center {
text-align: center;
}