Skip to content

Commit a183395

Browse files
Merge pull request #80 from creativecommons/update-vocab
update styles and markup to match `v1.9.4` of `vocabulary-theme`
2 parents ebc809a + d2f4ac3 commit a183395

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

faq/base.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/* right nav */
22
.faq main > aside {
33
background-color: var(--vocabulary-brand-color-soft-gold);
4+
margin-left: 4.1rem;
45
padding: 1em;
56
height: fit-content;
67
}
@@ -11,6 +12,17 @@
1112
font-size: 1rem;
1213
}
1314

15+
/* imgs */
16+
.faq p img {
17+
width: 100%;
18+
}
19+
20+
/* headings */
21+
.faq h4 {
22+
font-family: "Source Sans Pro";
23+
font-size: 1.4em;
24+
}
25+
1426
/* footnotes */
1527
.faq .footnotes ol, .faq .footnotes ol > li > p {
1628
font-size: 1rem;

template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h1><a class="identity-logo" href="/">Creative Commons</a></h1>
6666
</ul>
6767
</nav>
6868

69-
<nav class="ancilliary-menu">
69+
<nav class="ancillary-menu">
7070
<ul>
7171
<li><a class="search icon-attach fa-search" href="/?s">Search</a></li>
7272
<li><a class="donate icon-attach fa-heart" href="https://www.classy.org/give/313412/#!/donation/checkout?c_src=website&c_src2=top-of-page-banner" target="_blank">Donate</a></li>

0 commit comments

Comments
 (0)