We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c6daa8 + a503027 commit 4696efeCopy full SHA for 4696efe
docs/index.html
@@ -28,7 +28,7 @@ <h1><a class="identity-logo" href="/">Creative Commons</a></h1>
28
</ul>
29
</nav>
30
31
- <nav class="ancilliary-menu">
+ <nav class="ancillary-menu">
32
<ul>
33
<!-- uncomment below line, if translation functionality is present on site -->
34
<!-- <li><button class="locale icon-attach fa-globe">English</button></li> -->
docs/src/css/style.css
@@ -10,6 +10,17 @@
10
padding-bottom: 2em;
11
}
12
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
24
25
.platform-toolkit main img:not([width]) {
26
width: initial;
0 commit comments