personal-security-checklist/web/src/components/starter/counter/counter.module.css
2024-01-31 21:18:13 +00:00

14 lines
203 B
CSS

.counter-wrapper {
margin-top: 50px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
@media screen and (min-width: 768px) {
.counter-wrapper {
gap: 30px;
}
}