Skip to content
Snippets Groups Projects
Verified Commit baa6989d authored by David Beniamine's avatar David Beniamine
Browse files

small adjustement for perfect responsive mode

parent e5da64dd
Branches
No related tags found
No related merge requests found
......@@ -181,6 +181,7 @@ img.picture{
}
footer#bottom{
font-size: medium;
margin: 0 20px;
}
.navigation{
......
......@@ -39,6 +39,7 @@ h2{
#top ul {
list-style: none;
float: right;
margin-top: 20px;
}
#top ul li {
float: left;
......@@ -283,7 +284,7 @@ ul.commentlist {
}
#bottom li {
float: left;
padding-left: 35px;
padding: 0 35px 20px 0;
font-size: 14px;
}
......@@ -309,3 +310,7 @@ ul.commentlist {
.navbar-form {
border: none;
}
.navbar-collapse.in {
overflow-y: visible;
}
<div class="main-wrap">
<footer id="bottom">
<section class="content wrap">
<div class="row">
<div class="col-md-6 col-sd-12">
<?php echo html_meta('contact'); ?>
......@@ -17,7 +16,6 @@
<?php echo html_meta('w3c'); ?>
</div>
</div>
</section>
</footer>
</div>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment