|
@@ -1493,6 +1493,10 @@ body {
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
+.site-header .main-navigation {
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+
|
|
|
.site-header .main-navigation ul {
|
|
|
justify-content: center;
|
|
|
}
|
|
@@ -1501,3 +1505,30 @@ body {
|
|
|
font-size: 20px;
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
+
|
|
|
+.site-footer .main-navigation .footer-menu {
|
|
|
+ justify-content: flex-start;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .site-footer .main-navigation .footer-menu {
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 640px) {
|
|
|
+ .site-footer .main-navigation .footer-menu {
|
|
|
+ justify-content: flex-end;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.site-footer .main-navigation .footer-menu a {
|
|
|
+ font-size: 16.6px;
|
|
|
+ text-decoration: none;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (max-width: 559px) {
|
|
|
+ .site-footer .main-navigation .footer-menu a {
|
|
|
+ font-size: 13.8px;
|
|
|
+ }
|
|
|
+}
|