From cba64b0e7cfbe8967aaaf1aefb0d19604b44a6a3 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 6 Mar 2021 22:31:26 +0100 Subject: Align event details with photos after change to title size --- "stylesheets/actualit\303\251s.css" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/stylesheets/actualit\303\251s.css" "b/stylesheets/actualit\303\251s.css" index 70958aa..ec182f7 100644 --- "a/stylesheets/actualit\303\251s.css" +++ "b/stylesheets/actualit\303\251s.css" @@ -47,7 +47,7 @@ a.event { #event-details { /* Align with photos; #event-list h1 has font-size 2em and margin * .67em; browsers default line-height to "roughly 1.2". */ - margin-top: calc(2*0.67em + 2*1.2em); + margin-top: calc(2*0.67em + 1.4*1.2em); } .details > .detail { -- cgit v1.2.3