Skip to content

Commit

Permalink
CORE-4968: add responsive design (#1205) (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 authored Aug 20, 2024
1 parent 241c69b commit d5356ca
Show file tree
Hide file tree
Showing 6 changed files with 10,480 additions and 20,809 deletions.
7 changes: 7 additions & 0 deletions components/docs-select/styles.module.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import 'design-v2/_variables.scss';
.document-select {
position: relative;
}
Expand All @@ -10,6 +11,12 @@
line-height: 130%;
letter-spacing: 0.036px;
padding: 0 35px;
@media (max-width: $breakpoint-md) {
display: flex;
justify-content: space-between;
align-items: center;
padding: 6px 35px;
}
}

.arrow {
Expand Down
Loading

0 comments on commit d5356ca

Please sign in to comment.