File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ <h1>Frequently Asked Questions</h1>
114
114
<!-- <span class="categories">
115
115
<a href="#">Open Culture</a>
116
116
</span> -->
117
+ < p > last updated Jan. 01, 2025</ p >
117
118
118
119
119
120
<!-- <img src="#" /> -->
@@ -151,6 +152,7 @@ <h2>Course</h2>
151
152
< div class ="content ">
152
153
153
154
< aside class ="toc ">
155
+ < h2 > Most frequently asked</ h2 >
154
156
< ul >
155
157
< li >
156
158
< a href ="# "> What is Creative Commons and what do you do?</ a >
@@ -209,7 +211,7 @@ <h2>Course</h2>
209
211
</details> -->
210
212
211
213
< article class ="featured ">
212
- < h2 > Focus Areas </ h2 >
214
+ < h2 > Focus areas </ h2 >
213
215
< ul >
214
216
< li >
215
217
< h3 > < a href ="# "> About Creative Commons</ a > </ h3 >
Original file line number Diff line number Diff line change 363
363
364
364
/* faq-index context */
365
365
366
- .faq-index main > header { /* generalize? */
366
+ /* .faq-index main > header {
367
367
display: block;
368
368
padding: 3.7em 0;
369
- /* text-align: left; */
370
- }
369
+ } */
371
370
372
371
.faq-index .search-form form {
373
372
display : flex;
424
423
grid-template-columns : subgrid;
425
424
}
426
425
426
+ .faq-index .toc > h2 {
427
+ grid-column : 3 / span 3 ;
428
+ }
429
+
427
430
.faq-index .toc > ul {
428
431
grid-column : 3 / span 3 ;
429
432
You can’t perform that action at this time.
0 commit comments