13 lines
237 B
CSS
13 lines
237 B
CSS
.script {
|
|
transform: rotate(-4deg);
|
|
padding-bottom: var(--Space-x05);
|
|
text-align: center;
|
|
color: var(--Text-Interactive-Secondary);
|
|
}
|
|
|
|
@media screen and (min-width: 950px) {
|
|
.script {
|
|
padding-bottom: var(--Space-x1);
|
|
}
|
|
}
|