boredbutton3

Log | Files | Refs | README

commit bc6495a8fdb3451cb745e44eccc500f55c7922a1
parent 434194edc201f638622d1e96ba143354b29dd51a
Author: William Lindholm <william_lindholm@outlook.com>
Date:   Mon, 20 Dec 2021 14:24:33 +0100

Width of title and footer.

Diffstat:
Mstyle.css | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/style.css b/style.css @@ -43,7 +43,7 @@ canvas{ text-align: center; left: 0; right: 0; - width: 100%; + width: fit-content; } /* Fakta */ @@ -105,7 +105,7 @@ footer{ bottom: 0; left: 0; right: 0; - width: 100%; + width: fit-content; font-family: krublight; }