Skip to content

Commit 4706a1e

Browse files
Merge pull request #51 from mcclatchy/blog-branding-fix
Blog branding fix
2 parents b13ef2b + 9a44595 commit 4706a1e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

static/css/cards/header.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,24 @@
2424
margin: 0;
2525
}
2626

27+
.blog-branding .teaser {
28+
display: flex;
29+
align-items: center;
30+
flex-wrap: wrap;
31+
gap: 10px;
32+
}
33+
34+
.blog-branding .blog-brand-img {
35+
width: 40px;
36+
height: 40px;
37+
border-radius: 50%;
38+
}
39+
40+
.blog-branding .teaser .title {
41+
font-size: 18px;
42+
font-family: var(--serif);
43+
}
44+
2745
/**
2846
* Opinion changes
2947
*/

0 commit comments

Comments
 (0)