changeset 104:d7cc5c0ca1b5

Some CSS adjustments.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 21 Sep 2016 10:17:40 +0300
parents 236d5387f8b2
children 7728b586a421
files basic.css
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/basic.css	Tue Sep 20 00:45:43 2016 +0300
+++ b/basic.css	Wed Sep 21 10:17:40 2016 +0300
@@ -63,6 +63,9 @@
 }
 
 .galleryTable {
+	display: flex;
+	flex-wrap: wrap;
+	align-items: center;
 	width: 100%;
 }
 
@@ -137,7 +140,7 @@
 
 div.imageCtrl {
 	min-width: 150px;
-	width: 20%;
+	width: 14%;
 	position: absolute;
 	top: 0;
 	bottom: 2em;