Skip to content

Commit c85c829

Browse files
authored
Merge pull request #89 from elidyweaver/master
badger illustration freebie
2 parents 168ea3b + ffe8b84 commit c85c829

File tree

6 files changed

+41
-5
lines changed

6 files changed

+41
-5
lines changed

assets/images/library/cc0-badger.png

303 KB
Loading

read/page-2.html

+15
Original file line numberDiff line numberDiff line change
@@ -1855,6 +1855,21 @@ <h1 id="badg3rground">Badg3rground<a class="headerlink" href="#badg3rground" tit
18551855
<p><br>
18561856
<br>
18571857
<br></p>
1858+
<hr />
1859+
<div class="flex-container">
1860+
<div class="flex-item-half">
1861+
<a name="discover"></a>
1862+
<h2 id="discover">discover more</h2>
1863+
<p>As this open journey continues, you will discover related illustrations and resources at the bottom of each page.</p>
1864+
1865+
</div>
1866+
<div class="flex-item-half">
1867+
<a href="../assets/images/library/cc0-badger.png" download><img class="responsive-image" src="../assets/images/library/cc0-badger.png"></a>
1868+
<p>badger illustration | <a href="https://creativecommons.org/public-domain/cc0/">public domain cc0</a></p>
1869+
</div>
1870+
</div>
1871+
1872+
<p><br></p>
18581873

18591874

18601875

search/search_index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

search/search_index.json

+1-1
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

stylesheets/extra.css

+24-3
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,33 @@ a.home-about:hover {
7272
background-color: black !important;
7373
}
7474

75+
/* homepage */
76+
.mdx-container {
77+
padding: 35px;
78+
}
79+
7580
.footnote {
7681
inline-size: 300px;
7782
overflow-wrap: break-word;
7883
}
7984

80-
/* homepage */
81-
.mdx-container {
82-
padding: 35px;
85+
86+
.flex-container {
87+
display: flex;
88+
flex-wrap: wrap;
89+
}
90+
91+
.flex-item-half {
92+
flex: 50%;
8393
}
94+
95+
.flex-item-third {
96+
flex: 33%;
97+
}
98+
99+
100+
@media (max-width: 800px) {
101+
.flex-item-half, .flex-item-third{
102+
flex: 100%;
103+
}
104+
}

0 commit comments

Comments
 (0)