Skip to content

Commit 4696efe

Browse files
Merge pull request #91 from creativecommons/update-vocab
update styles and markup to match `v1.9.4` of `vocabulary-theme`
2 parents 4c6daa8 + a503027 commit 4696efe

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/index.html

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

31-
<nav class="ancilliary-menu">
31+
<nav class="ancillary-menu">
3232
<ul>
3333
<!-- uncomment below line, if translation functionality is present on site -->
3434
<!-- <li><button class="locale icon-attach fa-globe">English</button></li> -->

docs/src/css/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@
1010
padding-bottom: 2em;
1111
}
1212

13+
.platform-toolkit .home-narrative main {
14+
grid-column: 1 / 12;
15+
}
16+
17+
.platform-toolkit main > * {
18+
grid-column: 2 / span 9;
19+
}
20+
21+
.platform-toolkit main section {
22+
padding: 0;
23+
}
1324

1425
.platform-toolkit main img:not([width]) {
1526
width: initial;

0 commit comments

Comments
 (0)