Skip to content

Commit

Permalink
Removed white strip from the footer, maked paragraph align to the lef…
Browse files Browse the repository at this point in the history
…t in the footer when window width smaller then 600px, maked sticky footer
  • Loading branch information
tafid committed Sep 2, 2016
1 parent 6f99ecb commit 0f51b35
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions src/assets/css/original.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,21 @@ body {
}

.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
@media (max-width: 600px) {
.footer .container p,
.footer .container p.pull-right
{
clear: both!important;
float: none!important;
text-align: left!important;
margin: 0;
}
}

.jumbotron {
text-align: center;
Expand Down
2 changes: 1 addition & 1 deletion src/views/layouts/_header.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
'options' => ['class' => 'navbar-nav navbar-right'],
]) ?>
<?php NavBar::end() ?>
<div style="margin-top:50px"></div>
<div style="padding-top:50px"></div>

0 comments on commit 0f51b35

Please sign in to comment.