Files
web/components/Blocks/DynamicContent/OverviewTable/YourLevelScript/yourLevel.module.css
2024-09-24 09:47:31 +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);
}
}