Skip to content

Commit

Permalink
Home button not showing up in dev site
Browse files Browse the repository at this point in the history
  • Loading branch information
SnakeA117 committed Aug 5, 2024
1 parent 3a48754 commit 40be610
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions wp-content/themes/dizzyskips/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ body {
background-position: top left, center center, bottom center;
background-attachment: fixed, fixed, fixed;
font-family: "Inter" !important;

}

h1, .h1 {
Expand Down Expand Up @@ -122,7 +123,6 @@ h1, .h1 {

.homebutton-img{
cursor: pointer;
content: '' !important;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
Expand Down Expand Up @@ -684,6 +684,11 @@ body .sk-ww-instagram-reels .sk-ww-instagram-reels-item {

html, .root {
font-size: 16px;
overflow-x: hidden !important;
}

.homebutton-img {
text-indent: 0px;
}

.wp-block-navigation__responsive-container-close {
Expand All @@ -695,7 +700,7 @@ body .sk-ww-instagram-reels .sk-ww-instagram-reels-item {
.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 40be610

Please sign in to comment.