Browse Source

Merge pull request #189 from Automattic/fixes-176-karuna-testimonials

Fixes Karuna testimonials spacing
Laurel 7 years ago
parent
commit
8c4d40a6b0
1 changed files with 4 additions and 2 deletions
  1. 4 2
      karuna/style.css

+ 4 - 2
karuna/style.css

@@ -4,7 +4,7 @@ Theme URI: http://wordpress.com/themes/karuna/
 Author: Automattic
 Author URI: http://wordpress.com/themes/
 Description: Karuna is a clean business theme designed with health and wellness-focused sites in mind. With bright, bold colors, prominent featured images, and support for customer testimonials, your business' brand will shine with Karuna.
-Version: 1.2.5-wpcom
+Version: 1.2.6-wpcom
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: karuna
@@ -1052,11 +1052,12 @@ body {
 .front-testimonials .hentry {
 	background: rgba(0, 0, 0, 0.02);
 	margin-bottom: 3.2em;
-	padding: 1.6em;
+	padding: 1.6em 1.6em 3em;
 	position: relative;
 	font-size: 16px;
 	font-size: 1rem;
 }
+
 .front-testimonials .hentry p {
 	margin-top: 0;
 }
@@ -1849,6 +1850,7 @@ figure {
 	.front-testimonials .hentry {
 		font-size: 28px;
 		font-size: 1.75rem;
+		padding-bottom: 1.6em;
 	}
 	.front-testimonials .hentry .entry-title {
 		font-size: 18px;