pyratestart

startpage
git clone git://git.pyratebeard.net/pyratestart.git
Log | Files | Refs | README

commit bc6d7640ed6fb00e98468099217b3d3e0ae5d90b
parent 32aa3666e4f71efbcbeea49d66925d624dc0db3e
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue,  9 Jun 2026 00:23:15 +0100

style: increases section margin and padding.

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

diff --git a/index.html b/index.html @@ -112,9 +112,9 @@ } section { flex: 1 0 20%; - padding: 10px; + padding: 20px; text-align: left; - margin: 15px; + margin: 25px; background: -webkit-linear-gradient(top, #111111 0%, #1d1d1d 90%); } ul {