|
@@ -1492,14 +1492,32 @@ b, strong {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.site-header .site-title, .site-footer .site-title {
|
|
|
+ font-size: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .site-header .site-title, .site-footer .site-title {
|
|
|
+ font-size: 24px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.site-header .site-description, .site-footer .site-description {
|
|
|
+ font-size: 13.8px;
|
|
|
+}
|
|
|
+
|
|
|
+@media only screen and (min-width: 560px) {
|
|
|
+ .site-header .site-description, .site-footer .site-description {
|
|
|
+ font-size: 16.6px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
.site-header .site-title {
|
|
|
- font-size: 24px;
|
|
|
text-align: center;
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
.site-header .site-description {
|
|
|
- font-size: 16.6px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
@@ -1516,14 +1534,12 @@ b, strong {
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-.site-footer .main-navigation .footer-menu {
|
|
|
- justify-content: flex-start;
|
|
|
+.site-footer .site-title {
|
|
|
+ font-weight: 700;
|
|
|
}
|
|
|
|
|
|
-@media only screen and (min-width: 560px) {
|
|
|
- .site-footer .main-navigation .footer-menu {
|
|
|
- justify-content: center;
|
|
|
- }
|
|
|
+.site-footer .main-navigation .footer-menu {
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 640px) {
|