From 57ca51c0ae2612733173203dc6f66db36c0267e5 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 13 Feb 2021 23:11:22 +0100 Subject: Fix margin broken in previous commit --- stylesheets/quatuor.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/quatuor.css b/stylesheets/quatuor.css index 97aa2f1..f33c9e9 100644 --- a/stylesheets/quatuor.css +++ b/stylesheets/quatuor.css @@ -57,6 +57,10 @@ filter: none; transform: scale(1.05); } + + #photos p { + margin: 0; + } } @media (max-width: 40em) { -- cgit v1.2.3