logo

lanodan.eu

Unnamed repository; edit this file 'description' to name the repository.
commit: c2f678c5b40ca03b4865bc98699b0e4435d699de
parent: d017a2199a230529f976b5c66db3179ecb809fae
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 22 Dec 2018 16:32:24 +0100

style.css: Avoid page-breaks in section elements when printing

Diffstat:

Mstyle.css3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/style.css b/style.css @@ -39,4 +39,7 @@ h1::before,h2::before,h3::before,h4::before,h5::before,h6::before { a::before, a::after { font-family: monospace; } + section { + page-break-inside: avoid; + } } \ No newline at end of file