From 7689d15dd5a4abf231fd4b320ed36b13222631a5 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Sun, 2 Jan 2022 20:08:05 +0000 Subject: Fix styling errors --- style.css | 31 +++++++++++-------------------- 1 file changed, 11 insertions(+), 20 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 4019fa0..b3bb36c 100644 --- a/style.css +++ b/style.css @@ -46,7 +46,7 @@ body { padding-left: 50px; padding-right: 50px; padding-top: 50px; - padding-bottom: 25px; + padding-bottom: 15px; hyphens: auto; word-wrap: break-word; text-rendering: optimizeLegibility; @@ -61,32 +61,19 @@ a { color: var(--fg); } a:visited { - color: var(--fg); + color: var(--fg) } - img { max-width: 100%; } - h1 { font-size: 150%; } - code { font-family: 'LinuxLibertineMono'; font-size: 75%; margin: 0; } - -pre { - margin: 1em 0; - overflow: auto; -} -pre code { - padding: 0; - overflow: visible; -} - header { padding-bottom: 25px; text-align: center; @@ -122,7 +109,6 @@ header { a { text-decoration: none; } - /* http://www.coding-dude.com/wp/css/highlight-text-css/ */ .highlight{ position:relative; @@ -163,16 +149,16 @@ a { border-radius:0.25em; } + footer { font-family: 'LinuxLibertineItalic'; font-weight: normal; font-style: italic; font-size: 16px; + line-height: .8em; text-align: center; - padding-top: 5px; + padding-top: 5px } -footer p { - margin: 0.6em auto; a.hovering { position:relative @@ -195,6 +181,10 @@ a.hovering:hover:before { opacity:0.5; } +.copyright{ + margin: 20px; +} + .nav { font-family: 'LinuxLibertineItalic'; font-weight: normal; @@ -224,7 +214,7 @@ a.hovering:hover:before { } .bib { - font-size: 75%; + font-size: 80%; } /* #body a.hovering::after { */ @@ -238,3 +228,4 @@ a.hovering:hover:before { /* background-size: contain; */ /* display: inline-block; */ /* } */ + -- cgit v1.2.3