Skip to content
Snippets Groups Projects
Commit 35d69a76 authored by Ekaterina Kondareva's avatar Ekaterina Kondareva
Browse files

Merge branch 'NXSTAGE-616-large-process-flow-fixes' into 'development'

Fix line

See merge request julkiset-sivut/design-system-lib!67
parents 08f4f1c6 a5b58652
No related branches found
No related tags found
No related merge requests found
...@@ -60,8 +60,12 @@ ...@@ -60,8 +60,12 @@
left: calc(100% / 8 + var(--gutter-wide) + 26.5px); left: calc(100% / 8 + var(--gutter-wide) + 26.5px);
} }
@include breakpoint($medium + 1) {
left: calc(100% / 12 + var(--gutter-wide) + 26.5px);
}
@include breakpoint($extrawide) { @include breakpoint($extrawide) {
left: calc(100% / 8 + var(--gutter-extrawide) + 26.5px); left: calc(100% / 12 + var(--gutter-extrawide) + 26.5px);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment