Skip to content

Commit

Permalink
Fix example buttons on smaller widths
Browse files Browse the repository at this point in the history
  • Loading branch information
jakezatecky committed Dec 10, 2023
1 parent 5fbc3af commit 73e381c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions examples/src/scss/_cayman.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,19 @@ a {
.btn {
@include large {
padding: 0.75rem 1rem;

+ .btn {
margin-left: 1rem;
}
}

@include medium {
padding: 0.6rem 0.9rem;
font-size: 0.9rem;

+ .btn {
margin-left: 1rem;
}
}

@include small {
Expand Down Expand Up @@ -104,10 +112,6 @@ a {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.3);
}

+ .btn {
margin-left: 1rem;
}
}

.page-header {
Expand Down

0 comments on commit 73e381c

Please sign in to comment.