Commit ec38fb66 authored by Francois Michonneau's avatar Francois Michonneau
Browse files

fix footer for small displays

parent 5ea8320d
Loading
Loading
Loading
Loading
+12 −5
Original line number Diff line number Diff line
@@ -567,11 +567,12 @@ footer .container .links {
    background:url('../img/software-carpentry-banner-white.png') no-repeat;
    background-size: 200px;
    background-position: 0;
    height: 40px;
    min-height: 40px;
    padding: 20px 0px 0px 200px;
    text-align: right;
}


/* Footer of every page. */
/* TODO -- might clash with site footer */
div.footer {
@@ -726,7 +727,13 @@ div.chapter h2 {
	height: 36px;
	margin-top: 10px
    }
    footer .container .links {
	background:url('../img/software-carpentry-banner-white.png') no-repeat;
	background-size: 180px;
	background-position: 0;
    }
}

/* GitHub ribbon breaking point */
@media screen and (min-width: 600px) {
    #github-ribbon {