refactor 2

This commit is contained in:
emily 2024-01-23 19:16:32 +01:00
parent ea082c7fd8
commit 40cdafb312
Signed by: emily
GPG key ID: F6F4C66207FCF995
2 changed files with 2 additions and 12 deletions

View file

@ -79,14 +79,6 @@ body{
text-decoration: none; text-decoration: none;
font-size: 1.39vmin; font-size: 1.39vmin;
font-weight: bold; font-weight: bold;
}
.container {
text-align: left;
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
& pre { & pre {
display: inline-block; display: inline-block;
& a { & a {

View file

@ -21,8 +21,7 @@
</div> </div>
</div> </div>
<div class="content" id="as" style="display: none"> <div class="content" id="as" style="display: none">
<div class="container"> <pre>
<pre>
________ ________ _______ ________ ________ ________ _____ ________ ________ ________ _______ ________ ________ ________ _____ ________
|\ __ \ |\ ____\ / ___ \ |\ __ \ |\_____ \ |\ __ \ / __ \ |\ ___ \ |\ __ \ |\ ____\ / ___ \ |\ __ \ |\_____ \ |\ __ \ / __ \ |\ ___ \
\ \ \|\ \ \ \ \___|_ /__/|_/ /| \ \ \|\ \ \|____|\ /_ \ \ \|\ \ |\/_|\ \ \ \____ \ \ \ \|\ \ \ \ \___|_ /__/|_/ /| \ \ \|\ \ \|____|\ /_ \ \ \|\ \ |\/_|\ \ \ \____ \
@ -64,8 +63,7 @@
| | | | | |
+-------------------------------------------------------------------------+---------------------------------------+ +-------------------------------------------------------------------------+---------------------------------------+
<a id="nav-home">&lt;- Back</a> <a id="nav-home">&lt;- Back</a>
</pre> </pre>
</div>
</div> </div>
<div class="hint" id="hint">HIT ME FOR SOUND</div> <div class="hint" id="hint">HIT ME FOR SOUND</div>
<script src="assets/js/app.js"></script> <script src="assets/js/app.js"></script>