From 568633736a6cbdd567471ce4230aa872080f4586 Mon Sep 17 00:00:00 2001 From: oldoc63 Date: Thu, 10 Feb 2022 19:16:45 -0400 Subject: [PATCH] display: inline-block will allow the .supporting .col elements to flow horizontally #460 --- Broadway/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Broadway/style.css b/Broadway/style.css index 6554e2e..f844252 100644 --- a/Broadway/style.css +++ b/Broadway/style.css @@ -100,6 +100,7 @@ html, body { .supporting .col { font-family: 'Raleway', sans-serif; text-align: center; + display: inline-block; } .supporting img {