Skip to content

Commit

Permalink
fix: minor css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Dec 9, 2024
1 parent 58b5abf commit 0c3b934
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/css/globals/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ h6 {
/* font-weight: var(--guk-font-weight-semibold); /* 600 */
line-height: var(--guk-line-height-tight); /* 1.25 */
margin-bottom: var(--guk-space-4); /* Consistent spacing */
margin-top: var(--guk-space-8);
}

/*
Expand Down
14 changes: 14 additions & 0 deletions ui/src/css/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,20 @@ button.collapse-toggle {
overflow-y: auto;
padding: 1rem;
padding-left: 0;
width: 300px;

@media (min-width: 1000px) {
width: 250px; // medium screens
}

@media (min-width: 1500px) {
width: 300px; // medium screens
}


@media (min-width: 1800px) {
width: 350px; // larger screens
}


@media (max-width: math.div($mobile-breakpoint * 2, 3)) {
Expand Down

0 comments on commit 0c3b934

Please sign in to comment.