diff options
| author | marcellus <msimon_fr@hotmail.com> | 2024-01-16 00:42:48 +0100 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2024-01-16 00:42:48 +0100 |
| commit | c96e7e1dd0e1f392d3f7ff11d2ef545a88a33faf (patch) | |
| tree | 27c67528f405c1afe22e5c4b32b4d6f35914a745 /rec.html | |
| parent | 5e28298ceb8d1ab41e338f1ba1b3f6a565d7550d (diff) | |
fix: (hopefully) fixed mobile accessibility
Diffstat (limited to 'rec.html')
| -rw-r--r-- | rec.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -10,11 +10,11 @@ <link rel="icon" type="image/x-icon" href="img/logo.ico"> </head> <body style="background: url(./img/wp.jpg)"> - <a href="./index.html" style="position: fixed; top: 5px; left: 10px;"> - <img src="img/logo.png" alt="Logo" style="height: 20vh;"> + <a href="./index.html" style="position: fixed; top: 5px; left: 10px; z-index: -1; width: 170px"> + <img src="img/logo.png" alt="Logo" width="170px"> </a> <iframe src="https://lavender-but-bread.neocities.org/buttons/piano-button.html" style="position: absolute; top: 10px; right: 10px; border: none;" width="88" height="31"></iframe> - <h1>Jams</h1> + <h1 style="margin-bottom: 50px;">Jams</h1> <!--TODO : Cool Audio Player--> <div class="audio-players"> <div class="audio"> @@ -38,4 +38,4 @@ <img src="img/i-80339.gif" alt="gif2" height="140px"> </div> </body> -</html>
\ No newline at end of file +</html> |
