Skip to content

Commit

Permalink
Update docs (ec85b41)
Browse files Browse the repository at this point in the history
  • Loading branch information
LonoxX committed Aug 31, 2024
0 parents commit cb2a5c5
Show file tree
Hide file tree
Showing 19 changed files with 3,505 additions and 0 deletions.
Empty file added docs/.nojekyll
Empty file.
2,344 changes: 2,344 additions & 0 deletions docs/assets/css/custom.css

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions docs/assets/css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
.markdown-section iframe[src*='buttons.github.io'] {
margin: 0;
}

figure.thumbnails img {
margin: 0.75em 0;
border-radius: 3px;
box-shadow:
0 2px 6px rgba(0, 0, 0, 0.1),
0 4px 12px rgba(0, 0, 0, 0.15);
}

@media (min-width: 30em) {
figure.thumbnails:after {
content: '';
display: table;
clear: both;
}

figure.thumbnails img {
float: left;
width: calc(50% - 0.75em);
}

figure.thumbnails img:nth-child(even) {
margin-left: 1.5em;
}

@supports (display: flex) {
figure.thumbnails {
display: flex;
align-items: center;
}

figure.thumbnails img {
flex-grow: 1;
width: 0;
}

figure.thumbnails img + img {
margin: 0 0 0 1.5em;
}
}
}
Loading

0 comments on commit cb2a5c5

Please sign in to comment.