Skip to content

Commit

Permalink
check solution
Browse files Browse the repository at this point in the history
  • Loading branch information
taniaisthatyou committed Sep 10, 2024
1 parent 5a8323c commit 3f07613
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/blocks/buttons.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.button {
width: 100%;
padding-block: 17px 16px;
padding-block: 10px 10px;
background-color: var(--button-color);
border: none;
border-radius: 8px;
Expand Down
2 changes: 2 additions & 0 deletions src/styles/blocks/top-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
justify-content: space-between;
align-items: center;
margin-bottom: 48px;
position: relative;
z-index: 1;

@include on-tablet {
margin-bottom: 56px;
Expand Down

0 comments on commit 3f07613

Please sign in to comment.