michal-sapka-me

Codebase for my homepage.
git clone git://vcs.sapka.me/michal-sapka-me
Log | Files | Refs

commit a4a7b4ebeba19f26112c6f7cc9db8575e2d5d99c
parent 92d765aba0354a08f0a644cd9f48bafd92f0f516
Author: MichaƂ M. Sapka <michal@sapka.me>
Date:   Wed,  1 Mar 2023 21:13:48 +0100

feat: better code

Diffstat:
Mstatic/style.css | 13++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/static/style.css b/static/style.css @@ -5,11 +5,6 @@ font-size: 1.1em; background-color: #fff; } - pre code { - width: 95%; - overflow-x: scroll; - display: inline-block; - padding-bottom: 5px; } img { max-width: 99%; @@ -174,6 +169,14 @@ blockquote { padding-left: 15px; color: #666666; } +pre { + width: 93%; + padding-bottom: 5px; + white-space: pre-wrap; + padding: 11px; + background-color: #f0f0f0; + word-break: keep-all; +} /* ----------- Articles images */ article figure {