Le Laboratoire Ouvert Lyonnais
n'ouvrira pas le 24 et le 31 Decembre
De retour en 2025
+diff --git a/css/style.css b/css/style.css index 3a48947..09f7347 100644 --- a/css/style.css +++ b/css/style.css @@ -189,11 +189,15 @@ main #description { align-items: center; column-gap: 5px; - border: solid 1px white; + border: solid 1px currentColor; background: black; padding: 15px; } +.status-container.no-icon { + grid-template-columns: min-content 1fr; +} + .status-container > * { grid-column: span 2; text-align: center; @@ -206,6 +210,10 @@ main #description { font-size: inherit; } +.status-container.no-icon > *:first-child:not(img) { + text-align: center; +} + .status-container .status-icon { grid-column: 1; grid-row: 1; diff --git a/index.html b/index.html index a55654f..dc41869 100644 --- a/index.html +++ b/index.html @@ -83,7 +83,7 @@
Ouvert tous les mardis à partir de 19h
Le Laboratoire Ouvert Lyonnais
n'ouvrira pas le 24 et le 31 Decembre
De retour en 2025
+