Fix board footer layout, bump patch version
This commit is contained in:
parent
9a7797ce20
commit
cba06873c3
@ -64,7 +64,7 @@
|
||||
</div>
|
||||
<!-- Footer -->
|
||||
<footer>
|
||||
<p>Created by <a href="https://fredboniface.co.uk" target="_blank" rel="noreferrer noopener">Fred Boniface</a> - <span id="ver_str">1.2.2</span></p>
|
||||
<p>Created by <a href="https://fredboniface.co.uk" target="_blank" rel="noreferrer noopener">Fred Boniface</a> - <span id="ver_str">1.2.3</span></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -345,11 +345,17 @@ caption{
|
||||
|
||||
#timeblock {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
margin-top: 2.5px;
|
||||
right: 0;
|
||||
margin-right: 10px;
|
||||
color: azure;
|
||||
font-size: 13px
|
||||
}
|
||||
|
||||
#timeblock p {
|
||||
margin-top: 0;
|
||||
font-size: 13px;
|
||||
margin-bottom: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Animations */
|
||||
|
Reference in New Issue
Block a user