Ver Fonte

Center-align the footer menu.

Kjell Reigstad há 4 anos atrás
pai
commit
7f51df9d29
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      blank-canvas/style.css

+ 2 - 1
blank-canvas/style.css

@@ -74,6 +74,7 @@ Used as block pattern image.
 .entry-header,
 .page-title,
 .entry-footer,
-.site-info {
+.site-info,
+.footer-menu {
 	text-align: center;
 }