web

A collection of scripts used to generate this website
git clone https://erai.gay/code/web/
Log | Files | Refs | LICENSE

commit a578aa4c3af3d8eb163934a60822e47eba7cabb9
parent 47e1df07b5c7adb32c6ae2698a59a4a56e5a49f3
Author: erai <erai@omiltem.net>
Date:   Mon, 18 Mar 2024 16:11:55 -0400

tighen up header

Diffstat:
Mcss/style.css | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/css/style.css b/css/style.css @@ -29,7 +29,6 @@ main { header { background-color: #ffffff; - padding: 1em 2em; margin: 1em; text-align: left; } @@ -49,13 +48,11 @@ header ul.links>li { header ul.links>li a { color: #252525; - padding: 1em 2em; display: block; } article { background-color: #ffffff; - padding: 1em 2em; margin: 1em; text-align: left; }