Browse Source

Add the triangle back to the Quadrat footer (#5469)

Ben Dwyer 3 years ago
parent
commit
796c628682
2 changed files with 2 additions and 2 deletions
  1. 1 1
      quadrat/assets/theme.css
  2. 1 1
      quadrat/sass/templates/_footer.scss

+ 1 - 1
quadrat/assets/theme.css

@@ -400,7 +400,7 @@ textarea:focus {
   outline: 1px dotted currentColor;
 }
 
-.home .site-footer.wp-block-group:before {
+.home .site-footer-container .wp-block-group:before {
   content: "";
   background-color: var(--wp--custom--color--tertiary);
   -webkit-clip-path: polygon(41vw 49vw, 100vw 68vw, 100vw 100vw, 18vw 100vw);

+ 1 - 1
quadrat/sass/templates/_footer.scss

@@ -1,5 +1,5 @@
 .home {
-	.site-footer.wp-block-group {
+	.site-footer-container .wp-block-group {
 		&:before {
 			content: "";
 			background-color: var(--wp--custom--color--tertiary);