Skip to content

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Simkovic committed Apr 18, 2018
1 parent ab409a1 commit 592fccf
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions docs/_static/custom.css
Expand Up @@ -47,12 +47,28 @@ img {
padding-left: 0;
padding-right: 0;
}
.footer-links-left li {
float: left;
}
.footer-links-right li {
float: right;
}
}

@media (max-width: 768px) {
.navbar-collapse li {
padding-left: 20px;
}
.footer-links-left .footer-links-right li {
display: inline-block;
margin: auto;
float: none;
}
.text-min-center {
display: inline-block;
margin: auto;
float: none;
}
}

.nav>li>a {
Expand Down Expand Up @@ -229,14 +245,6 @@ footer {
list-style: none;
}

.footer-links-left li {
float: left;
}

.footer-links-right li {
float: right;
}

.footer-links li a {
margin-right: 15px;
transition: all 0.3s ease-in-out;
Expand Down

0 comments on commit 592fccf

Please sign in to comment.