15 lines
141 B
CSS
Raw Normal View History

2025-01-05 17:23:49 +03:00
#cardBox {
text-align: center;
}
2025-01-20 00:12:30 +03:00
#btnBox {
margin-bottom: 10px;
}
#btnBox a{
width: 100%;
}
2025-01-05 17:23:49 +03:00
.card {
margin-bottom: 10px;
}