Add small author text

This commit is contained in:
Saul Johnson
2017-08-05 17:39:02 +01:00
parent 3141cd8426
commit ca0fb146c6
2 changed files with 11 additions and 0 deletions
+8
View File
@@ -536,3 +536,11 @@ button {
.row-social a:hover {
color: #fff;
}
.misc-text {
color: rbga(128, 128, 128, 0.5);
position: absolute;
right: 0;
bottom: 0;
font-size: 10pt;
}
+3
View File
@@ -143,6 +143,9 @@
<span class="hamb-bottom"></span>
</button>
</div>
<div class="misc-text">
&copy; Saul Johnson 2017 | MIT Licensed
</div>
</div>
</body>
</html>