Files
web/components/Blocks/DynamicContent/Points/Overview/overview.module.css
2024-09-24 09:47:31 +02:00

10 lines
125 B
CSS

.divider {
padding-top: var(--Spacing-x2);
}
@media screen and (min-width: 768px) {
.divider {
display: none;
}
}