Skip to content

Commit

Permalink
Fix styleguide back to deisgn system link on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimesque committed Nov 26, 2023
1 parent f62019a commit d84e204
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/styleguide/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@
bottom: 0;
left: 0;
z-index: 200;
width: 20vw;
width: auto;
max-width: 380px;
text-align: center;
background: var(--color-brand-01);
color: var(--color-text-inverted);
padding: var(--base-spacing);
white-space: nowrap;
}
.back-to-design-system:visited {
color: var(--color-text-inverted);
Expand Down

0 comments on commit d84e204

Please sign in to comment.