chore: Replaced deprecated Spacing variables with current values
Approved-by: Matilda Landström
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
.script {
|
||||
transform: rotate(-4deg);
|
||||
padding-bottom: var(--Spacing-x-half);
|
||||
padding-bottom: var(--Space-x05);
|
||||
}
|
||||
|
||||
@media screen and (min-width: 950px) {
|
||||
.script {
|
||||
padding-bottom: var(--Spacing-x1);
|
||||
padding-bottom: var(--Space-x1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user