improvements
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Codenames Lobby</title>
|
||||
<link rel="stylesheet" href="/styles.css">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<script defer src="/app.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
@@ -153,5 +153,8 @@
|
||||
</section>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
Code hier: <a href="https://git.dslan.at/zeugs/codenames" target="_blank">Mein Gitea</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -440,3 +440,10 @@ h1 {
|
||||
min-height: 96px;
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
padding: .5rem;
|
||||
}
|
||||
Reference in New Issue
Block a user