diff options
author | Alex Legler <alex@a3li.li> | 2015-01-05 12:11:37 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-01-05 12:11:37 +0100 |
commit | c19aedf9568d0721d778b008867148d75cd08514 (patch) | |
tree | cfd5bc3eccad4a2ce557560f3db019664538161c | |
parent | Updated CSS w/new font-awesome (diff) | |
parent | Fix no-height problem on smaller devices (diff) | |
download | tyrian-theme-c19aedf9568d0721d778b008867148d75cd08514.tar.gz tyrian-theme-c19aedf9568d0721d778b008867148d75cd08514.tar.bz2 tyrian-theme-c19aedf9568d0721d778b008867148d75cd08514.zip |
Merge pull request #5 from Tranquility/master
Fix no-height problem on smaller devices
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -221,10 +221,10 @@ <footer> <div class="container"> <div class="row"> - <div class="col-md-8"> + <div class="col-xs-12 col-md-8"> Sitemap </div> - <div class="col-md-4"> + <div class="col-xs-12 col-md-4"> <strong>Questions or comments?</strong><br /> Please feel free to <a href="http://www.gentoo.org/main/en/contact.xml">contact us</a>. </div> |