Ver Fonte

Improved: Mapco/Ansum headline sizes (#4549)

* Ansum Theme

* Mapco Theme
maTh há 3 anos atrás
pai
commit
c418c8a450

+ 5 - 1
p/themes/Ansum/_configuration.scss

@@ -20,12 +20,16 @@
 
 	h1, h2 {
 		color: variables.$main-font-color;
-		font-size: 3rem;
+		font-size: 2rem;
 		margin-top: 1.75rem;
 		font-weight: 300;
 		line-height: 1.2em;
 	}
 
+	h2 {
+		font-size: 1.5rem;
+	}
+
 	a[href="./"] {
 		// This is the "Back to your feeds" button.
 		margin: 0;

+ 4 - 1
p/themes/Ansum/ansum.css

@@ -1144,11 +1144,14 @@ main.prompt {
 }
 .post h1, .post h2 {
 	color: #363330;
-	font-size: 3rem;
+	font-size: 2rem;
 	margin-top: 1.75rem;
 	font-weight: 300;
 	line-height: 1.2em;
 }
+.post h2 {
+	font-size: 1.5rem;
+}
 .post a[href="./"] {
 	margin: 0;
 	padding: 0.75rem 1.5rem;

+ 4 - 1
p/themes/Ansum/ansum.rtl.css

@@ -1144,11 +1144,14 @@ main.prompt {
 }
 .post h1, .post h2 {
 	color: #363330;
-	font-size: 3rem;
+	font-size: 2rem;
 	margin-top: 1.75rem;
 	font-weight: 300;
 	line-height: 1.2em;
 }
+.post h2 {
+	font-size: 1.5rem;
+}
 .post a[href="./"] {
 	margin: 0;
 	padding: 0.75rem 1.5rem;

+ 5 - 1
p/themes/Mapco/_configuration.scss

@@ -15,12 +15,16 @@
 
 	h1, h2 {
 		color: variables.$main-font-color;
-		font-size: 3rem;
+		font-size: 2rem;
 		margin-top: 1.75rem;
 		font-weight: 300;
 		line-height: 1.2em;
 	}
 
+	h2 {
+		font-size: 1.5rem;
+	}
+
 	a[href="./"] { // This is the "Back to your feeds" button.
 		margin: 0;
 		padding: 0.75rem 1.5rem;

+ 4 - 1
p/themes/Mapco/mapco.css

@@ -1171,11 +1171,14 @@ main.prompt {
 }
 .post h1, .post h2 {
 	color: #303136;
-	font-size: 3rem;
+	font-size: 2rem;
 	margin-top: 1.75rem;
 	font-weight: 300;
 	line-height: 1.2em;
 }
+.post h2 {
+	font-size: 1.5rem;
+}
 .post a[href="./"] {
 	margin: 0;
 	padding: 0.75rem 1.5rem;

+ 4 - 1
p/themes/Mapco/mapco.rtl.css

@@ -1171,11 +1171,14 @@ main.prompt {
 }
 .post h1, .post h2 {
 	color: #303136;
-	font-size: 3rem;
+	font-size: 2rem;
 	margin-top: 1.75rem;
 	font-weight: 300;
 	line-height: 1.2em;
 }
+.post h2 {
+	font-size: 1.5rem;
+}
 .post a[href="./"] {
 	margin: 0;
 	padding: 0.75rem 1.5rem;