ソースを参照

Karuna: Adjust spacing at bottom of Testimonails, to allow for longer names on mobile. Fixes #176.

Laurel Fulford 7 年 前
コミット
6c09f14ccf
1 ファイル変更3 行追加1 行削除
  1. 3 1
      karuna/style.css

+ 3 - 1
karuna/style.css

@@ -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;