Skip to content

Commit

Permalink
Merge pull request #137 from nr2f1/another-round-fixes
Browse files Browse the repository at this point in the history
Another round fixes
  • Loading branch information
pataruco authored Dec 11, 2024
2 parents 5e79029 + a64eacb commit 713f72e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions website/src/components/header/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ $hambuguer-button: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'
}

@include breakpoints.from-small-to-medium-screen {
& {
padding: var(--spacing-4) var(--spacing-6);
}

& button[title='hambuguer-button'] {
display: block;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion website/src/styles/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ $disabled-heart: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' f
border: none;
display: inline-block;
font-family: var(--font-nunito-sans), sans-serif;
height: var(--spacing-11);
padding: var(--spacing-2) var(--spacing-5);
text-decoration: none;
text-wrap: wrap;

&:disabled {
background-color: var(--background-disabled);
Expand Down

0 comments on commit 713f72e

Please sign in to comment.