11 lines
178 B
CSS
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);
|
|
}
|
|
}
|