From 9d0c584ffbd251b12e387f31d19d2c2201fbe46f Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 3 Nov 2020 22:30:22 +0100 Subject: Crack open vertical alignment of flex items… again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "align-" ⇒ "along the cross-axis" can get rid of that superstitious "margin: auto" now. - add quatuor name - allow nav items to wrap - make background color less garish --- artistes.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'artistes.css') diff --git a/artistes.css b/artistes.css index 782ff99..043c0cb 100644 --- a/artistes.css +++ b/artistes.css @@ -17,7 +17,7 @@ body { #photos { width: 30%; flex-shrink: 0; - background: #fd4; + background: #eee; } #bio { -- cgit v1.2.3