11 lines
171 B
CSS
11 lines
171 B
CSS
.script {
|
|
transform: rotate(-4deg);
|
|
padding-bottom: var(--Space-x05);
|
|
}
|
|
|
|
@media screen and (min-width: 950px) {
|
|
.script {
|
|
padding-bottom: var(--Space-x1);
|
|
}
|
|
}
|