commit: 4f0a5fd78b3ddb726ee0d1c7341eb991ab91a111
parent 763d9adc62369eac0c62574fea6c621b6a05b0e3
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 4 Feb 2018 17:35:13 +0100
css/index.css: Add more margin between avatar and list
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/css/index.css b/css/index.css
@@ -2,6 +2,7 @@
#avatar {
float: left;
margin: 1em;
+ margin-right: 2em;
}
#art, header {text-align: center; }
#art img, figure img { width: 100%; max-width: 95vw; max-height: 95vh; object-fit: contain;}