Files
web/components/Blocks/DynamicContent/Points/Overview/overview.module.css
2024-10-28 09:33:17 +01:00

10 lines
124 B
CSS

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