added .arduboy generator
This commit is contained in:
parent
657ce2190e
commit
9b003be2b0
5 changed files with 12523 additions and 12 deletions
|
@ -125,7 +125,7 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 810px) {
|
||||
@media screen and (max-width: 1049px) {
|
||||
.topnav a:not(:first-child) {
|
||||
display: none;
|
||||
}
|
||||
|
@ -136,10 +136,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 810px) {
|
||||
@media screen and (max-width: 1049px) {
|
||||
.topnav.responsive {
|
||||
position: relative;
|
||||
height: 188px;
|
||||
height: 247px;
|
||||
}
|
||||
|
||||
.topnav {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.topnav.responsive a.icon {
|
||||
|
@ -167,6 +171,8 @@
|
|||
<a href="https://zenndev1337.github.io/Rust-for-Arduboy/image-converter.html">Image Converter</a>
|
||||
<a href="https://zenndev1337.github.io/Rust-for-Arduboy/tile-converter.html">Tile Converter</a>
|
||||
<a href="https://zenndev1337.github.io/Rust-for-Arduboy/sprite-converter.html">Sprite Converter</a>
|
||||
<a href="https://zenndev1337.github.io/Rust-for-Arduboy/arduboy-file-converter.html">.arduboy
|
||||
Generator</a>
|
||||
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-list"
|
||||
viewBox="0 0 16 16">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue