Skip to content

Commit

Permalink
#541175 [SXA] fixed style of placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
sc-ruslanmatkovskyi committed Jul 19, 2022
1 parent 387f179 commit 76550e8
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

html {
font-size: 62.5%;
-webkit-font-smoothing: antialiased;
Expand Down Expand Up @@ -84,7 +83,12 @@ ul li {
}

//End navigation bar fix

.menu-mobile-navigate {
display: none;
}

#header, #content, #footer, .sc-jss-empty-placeholder {
width: 100%;
display: flex;
flex-wrap: wrap;
}

0 comments on commit 76550e8

Please sign in to comment.