boredbutton3

Log | Files | Refs | README

commit 8cd1d07894abb8b98fe82e99365cede34f7752a0
parent 6ef47eb4ec77e23957b5adf9c2ec3ac251dd5607
Author: Francisco Boudagh <franciscoboudagh1@gmail.com>
Date:   Sun, 19 Dec 2021 22:03:46 +0100

Fact text width 90% in mobile

Diffstat:
Mstyle.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/style.css b/style.css @@ -161,5 +161,6 @@ footer{ #fact_text{ font-size: 1em; margin-top: 57vh; + max-width: 90%; } } \ No newline at end of file