Files
web/components/Content/Blocks/DynamicContent/OverviewTable/YourLevelScript/yourLevel.module.css
2024-09-05 16:33:14 +02:00

11 lines
178 B
CSS

.script {
transform: rotate(-4deg);
padding-bottom: var(--Spacing-x-half);
}
@media screen and (min-width: 950px) {
.script {
padding-bottom: var(--Spacing-x1);
}
}