sebastiano.tronto.net

Source files and build scripts for my personal website
git clone https://git.tronto.net/sebastiano.tronto.net
Download | Log | Files | Refs | README

commit 3579773d924c2866f6a1663fc34c4d3694ac1df2
parent 2656c47ce77f7effcddfdc2abc7d0ba07e920d6a
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Sat, 25 Feb 2023 22:26:34 +0100

CSS: font changes

Diffstat:
Msrc/style-5.css | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/style-5.css b/src/style-5.css @@ -8,8 +8,10 @@ footer table { font-style: italic; width: 100%; } .hosted a, .contact a { font-weight: bold; } /* Content */ -html { margin: 1em auto; max-width: 42em; } -h1 { text-align: center; } +html { margin: 1em auto; max-width: 42em; font-family: sans-serif } +h1 { font-size: 1.8em; text-align: center; } +h2 { font-size: 1.6em; } +h3 { font-size: 1.05em; } body { margin: auto 8px 20px 8px; } a { color: #0f2899; text-decoration: none; } a:hover { text-decoration: underline; }