summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-13 23:11:22 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-13 23:19:39 +0100
commit57ca51c0ae2612733173203dc6f66db36c0267e5 (patch)
tree2d5d00f29917f8854166f9b28f9cbdb02f66f5d7
parent1b8e67217e0888656053503cc8dd3af757010f8d (diff)
downloadquatuorbellefeuille.com-57ca51c0ae2612733173203dc6f66db36c0267e5.tar.xz
Fix margin broken in previous commit
-rw-r--r--stylesheets/quatuor.css4
1 files changed, 4 insertions, 0 deletions
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) {