commit 57ca51c0ae2612733173203dc6f66db36c0267e5 parent 1b8e67217e0888656053503cc8dd3af757010f8d Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Sat, 13 Feb 2021 23:11:22 +0100 Fix margin broken in previous commit Diffstat:
| M | stylesheets/quatuor.css | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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) {