Skip to content

Commit 0bbfd67

Browse files
committed
Fixing whitespace on and around panel titles
1 parent e99f4a4 commit 0bbfd67

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

styles/theme-base.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1729,10 +1729,10 @@ aside.tips .panel .body {
17291729
margin-top:1.5rem;
17301730
}
17311731

1732-
aside.tips .panel > a {
1732+
aside.tips .panel .headline {
17331733
display: block;
17341734
border-bottom:0;
1735-
line-height:3rem;
1735+
line-height: 1.5rem;
17361736
font-size:1.125rem;
17371737
color:#E6E6E6;
17381738
text-rendering: optimizeLegibility;
@@ -1791,6 +1791,10 @@ aside.tips div.inner {
17911791
line-height:3rem;
17921792
}
17931793

1794+
.newsentry p {
1795+
line-height: 1.7rem;
1796+
}
1797+
17941798
.newsentry .newsimage a {
17951799
float: right;
17961800
border: 0;

0 commit comments

Comments
 (0)