Sfoglia il codice sorgente

Better footer layout

niels 4 anni fa
parent
commit
cc169f8ac8
3 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1 1
      static/css/main.css
  2. 1 1
      static/index.html
  3. 1 1
      static/player.html

+ 1 - 1
static/css/main.css

@@ -79,7 +79,7 @@ input, select, textarea, button{font-family:inherit;}
     text-align: center;
 }
 
-.footer a {
+.footer, .footer a {
     color: gray;
     font-size: small;
 }

+ 1 - 1
static/index.html

@@ -38,7 +38,7 @@
         </div>
     </div>
 </div>
-<footer class="footer mb-4"><a href="https://github.com/NielsOverkamp/ChuChube">Made by Niels Overkamp</a>·<a href="http://joetoep.student.utwente.nl">Based on JoeToep</a></footer>
+<footer class="footer mb-4"><a href="https://github.com/NielsOverkamp/ChuChube">Made by Niels Overkamp</a>&nbsp·&nbsp<a href="http://joetoep.student.utwente.nl">Based on JoeToep</a></footer>
 <script src="js/index.js" type="module"></script>
 </body>
 

+ 1 - 1
static/player.html

@@ -110,7 +110,7 @@
         </div>
     </div>
 </div>
-<footer class="footer mb-4"><a href="https://github.com/NielsOverkamp/ChuChube">Made by Niels Overkamp</a>·<a href="http://joetoep.student.utwente.nl">Based on JoeToep</a></footer>
+<footer class="footer mb-4"><a href="https://github.com/NielsOverkamp/ChuChube">Made by Niels Overkamp</a>&nbsp·&nbsp<a href="http://joetoep.student.utwente.nl">Based on JoeToep</a></footer>
 <script src="js/main.js" type="module"></script>
 </body>