Fix footer

This commit is contained in:
lawgicau
2020-08-11 11:31:13 +10:00
parent c2288a4f07
commit 33404883cc
2 changed files with 5 additions and 4 deletions

View File

@ -100,7 +100,6 @@ a {
.icon {
max-width: 50px;
max-height: 50px;
margin: 0 5px;
}
#tabs {
@ -116,8 +115,10 @@ a {
font-weight: bolder;
}
li {
margin: 10px 0;
#footer li {
margin: 10px 30px;
display:inline-block;
float: left;
}
/* Tabs container */

View File

@ -138,7 +138,7 @@
</div>
<div id="footer">
<h3>This page was created using:</h3>
<p style="text-align: center;">This page was created using:</p>
<ul>
<li><a href="https://jquery.com/" target="_blank">jQuery</a></li>
<li><a href="https://github.com/jellekralt/Responsive-Tabs" target="_blank">Responsive Tabs by jellekraut</a></li>