Small changes, added license
This commit is contained in:
@@ -16,6 +16,12 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.footer {
|
||||
font-size: 16px !important;
|
||||
color: #707170FF;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
background-color: #1a1a1a;
|
||||
@@ -273,6 +279,13 @@
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.footer {
|
||||
font-size: 12px;
|
||||
color: #707170FF;
|
||||
align: center;
|
||||
padding-top: 20%;
|
||||
}
|
||||
|
||||
/* Mobile Responsive Styles */
|
||||
@media (max-width: 768px) {
|
||||
body {
|
||||
@@ -440,6 +453,7 @@
|
||||
.form-group input {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* Tablet Styles */
|
||||
@@ -952,5 +966,9 @@
|
||||
if (e.target === this) closeTimedAlias();
|
||||
});
|
||||
</script>
|
||||
|
||||
</body>
|
||||
<div class="footer">
|
||||
<p style="padding-top:2%">© <a href="https://opensource.org/license/mit">MIT</a> 2026 Rune Olsen <a href="https://blog.rune.pm">Blog</a> — <a href="https://gitlab.pm/rune/malias-web">Source Code</a></p>
|
||||
</div>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user