Skip to content

Commit

Permalink
fix responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
SnakeA117 committed Aug 5, 2024
1 parent 050138b commit 3a48754
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion wp-content/themes/dizzyskips/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,16 @@ body .sk-ww-instagram-reels .sk-ww-instagram-reels-item {
font-size: 16px;
}


.wp-block-navigation__responsive-container-close {
right: 35px;
}
.page-template-default {
margin: -28px -29px;
}
.page-template-new-page{
margin: -28px -29px;
}

.wp-block-navigation__responsive-container{
background: rgb(118,165,62);
background: linear-gradient(6deg, rgba(118,165,62,1) 0%, rgba(1,68,35,1) 100%);
Expand Down

0 comments on commit 3a48754

Please sign in to comment.