stagit

Personal fork of stagit.
git clone git://git.samirparikh.com/stagit
Log | Files | Refs | README | LICENSE

commit b97a47638658243f901175111bfcc16b2eab1cc6
parent 71e8bb8ea872f1956a669e29aaed8d311755d26c
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Wed, 19 Aug 2020 18:14:27 +0200

All elements to 800px

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

diff --git a/style.css b/style.css @@ -11,7 +11,7 @@ body { color: #000; background-color: #fff; font-family: sans-serif; - max-width: 900px; + max-width: 800px; margin: 8px auto; padding: 5px; line-height: 1.5;