Compare commits

...

2 Commits

Author SHA1 Message Date
Starbeamrainbowlabs b95a9df510
HTML: Add link to source 2022-02-02 21:26:49 +00:00
Starbeamrainbowlabs 3a4fc9564e
CSS: improve small screen support 2022-02-02 21:26:40 +00:00
2 changed files with 32 additions and 1 deletions

View File

@ -35,6 +35,7 @@ h1 { margin: 3em 0; }
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
#starting-regen, .starting-regen {
@ -96,3 +97,33 @@ hr {
footer {
background: #0066ff;
}
/*
*/
@media (max-width: 723px) {
.starting-regen {
display: none;
}
.mutation-step {
flex-wrap: wrap;
}
.mutation-option {
margin: 0.25em 0;
padding: 0.1em 0.2em;
}
}

View File

@ -21,7 +21,7 @@
</section>
<footer>
<p>Built with ♥️ by <a href="https://starbeamrainbowlabs.com/"><img src="https://starbeamrainbowlabs.com/images/sbrl/SBRL-Small-64.png" class="icon" /> Starbeamrainbowlabs</a>.</p>
<p>Built with ♥️ by <a href="https://starbeamrainbowlabs.com/"><img src="https://starbeamrainbowlabs.com/images/sbrl/SBRL-Small-64.png" class="icon" /> Starbeamrainbowlabs</a>. Source: <a target="_blank" href="https://git.starbeamrainbowlabs.com/sbrl/mutate-a-word"><img src="https://starbeamrainbowlabs.com/images/logos/git.svg" class="icon" alt="source code on my personal git server" /></a></p>
</footer>
<!---------------->