Commit 86cf1b9f authored by Jakob Moser's avatar Jakob Moser
Browse files

Add responsiveness for footer

parent 5457c2d2
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * Author: personads :: Maximilian Müller-Eberstein (ursprüngliche Version & Design); Jakob Moser (Code-Anpassungen und Responsiveness)
 * Author URI: https://personads.me/
 *
 * Version: 1.00-snapshot-38
 * Version: 1.00-snapshot-39
 * 
 * License: GNU General Public License v3.0
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -166,6 +166,18 @@ body > aside h2 {
    font-weight: normal;
}

@media (max-width: 705px) {
    body > footer {
        text-align: center;
    }

    body > footer .copyright {
        float: none;
        display: block;
        margin-top: 10px;
    }
}

/* -- Navigation bar -- */
header .nav-toggle {
    display: none;