Skip to content

Commit

Permalink
fix: code-review
Browse files Browse the repository at this point in the history
  • Loading branch information
Raubzeug committed Dec 21, 2023
1 parent dbca154 commit f6644a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/Examples/Examples.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $block: '.#{variables.$ns}examples';
flex-wrap: nowrap;
justify-content: space-between;
gap: 16px;
min-width: 270px;
min-width: 260px;

@media (max-width: map-get(pcVariables.$gridBreakpoints, 'md') - 1) {
flex-wrap: wrap;
Expand Down
6 changes: 6 additions & 0 deletions src/components/Templates/Templates.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ $block: '.#{variables.$ns}templates';
flex-direction: column;
gap: 20px;

@media (max-width: 329px) {
.yc-button__text {
padding: 0 10px;
}
}

&__commands-wrapper {
width: 100%;
padding: 16px 36px 16px 16px;
Expand Down

0 comments on commit f6644a1

Please sign in to comment.