e1e0.net

sources for e1e0 website
git clone https://git.e1e0.net/e1e0.net.git
Log | Files | Refs

commit 5e7159d83dfbc3ab2056fc5229f791f658225e04
parent 99fa4cfb44f1e3669d5516d1b8fd6c32e11c78a2
Author: Paco Esteban <paco@onna.be>
Date:   Wed, 31 Jul 2019 13:43:56 +0200

make footer bigger

Diffstat:
Msrc/style.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/style.css b/src/style.css @@ -39,7 +39,7 @@ hr { footer { padding: 10px; - font-size: 10px; + font-size: 12px; border-top: 2px solid; }