Commit 43746e71 authored by Jakob Moser's avatar Jakob Moser
Browse files

Merge branch '8-pages-break-on-screens-that-are-too-small' into 'master'

Implement even more fixes for pages on screens with small width

See merge request !11
parents 3a77ba75 a6245a2b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * Author: personads :: Maximilian Müller-Eberstein (ursprüngliche Version und Design); Jakob Moser (Code-Rewrite)
 * Author URI: https://personads.me/
 *
 * Version: 1.10.1
 * Version: 1.11
 *
 * License: GNU General Public License v3.0
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -224,6 +224,7 @@ header nav {
    vertical-align: bottom;
    text-transform: lowercase;
    hyphens: auto;
    -webkit-hyphens: auto;
}

header nav li {
@@ -328,6 +329,7 @@ header nav li:hover > ul {
article {
    padding: 2em;
    hyphens: auto;
    -webkit-hyphens: auto;
}

article .content p, article .content blockquote {