Compare commits

..

No commits in common. "b95a9df5102a46388ef97c182e161ec9377e35cf" and "a4395599a9077714355a9b6b5a2acada95976152" have entirely different histories.

2 changed files with 1 additions and 32 deletions

View file

@ -35,7 +35,6 @@ h1 { margin: 3em 0; }
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
flex-wrap: wrap;
} }
#starting-regen, .starting-regen { #starting-regen, .starting-regen {
@ -97,33 +96,3 @@ hr {
footer { footer {
background: #0066ff; 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> </section>
<footer> <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>. 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> <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>
</footer> </footer>
<!----------------> <!---------------->