Skip to content

Commit c5bdb7f

Browse files
include last updated, adjust header styling
1 parent bd84341 commit c5bdb7f

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

src/context/faq-index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ <h1>Frequently Asked Questions</h1>
114114
<!-- <span class="categories">
115115
<a href="#">Open Culture</a>
116116
</span> -->
117+
<p>last updated Jan. 01, 2025</p>
117118

118119

119120
<!-- <img src="#" /> -->
@@ -151,6 +152,7 @@ <h2>Course</h2>
151152
<div class="content">
152153

153154
<aside class="toc">
155+
<h2>Most frequently asked</h2>
154156
<ul>
155157
<li>
156158
<a href="#">What is Creative Commons and what do you do?</a>
@@ -209,7 +211,7 @@ <h2>Course</h2>
209211
</details> -->
210212

211213
<article class="featured">
212-
<h2>Focus Areas</h2>
214+
<h2>Focus areas</h2>
213215
<ul>
214216
<li>
215217
<h3><a href="#">About Creative Commons</a></h3>

src/css/style.css

+6-3
Original file line numberDiff line numberDiff line change
@@ -363,11 +363,10 @@
363363

364364
/* faq-index context */
365365

366-
.faq-index main > header { /* generalize? */
366+
/* .faq-index main > header {
367367
display: block;
368368
padding: 3.7em 0;
369-
/* text-align: left; */
370-
}
369+
} */
371370

372371
.faq-index .search-form form {
373372
display: flex;
@@ -424,6 +423,10 @@
424423
grid-template-columns: subgrid;
425424
}
426425

426+
.faq-index .toc > h2 {
427+
grid-column: 3 / span 3;
428+
}
429+
427430
.faq-index .toc > ul {
428431
grid-column: 3 / span 3;
429432

0 commit comments

Comments
 (0)