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

View File

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