summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-16 23:27:20 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-16 23:28:02 +0100
commite76738083df69add1b93273de2a21355d5b003ea (patch)
treeda1b0303b6699f5c59ac893cac221db9f6124712 /stylesheets
parent25d059552827e36a0806b0014ffed080725557e2 (diff)
downloadquatuorbellefeuille.com-e76738083df69add1b93273de2a21355d5b003ea.tar.xz
Reduce title size on mobile
So that the photo can get some space to breathe.
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/membre.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/stylesheets/membre.css b/stylesheets/membre.css
index eafd913..a7ae4af 100644
--- a/stylesheets/membre.css
+++ b/stylesheets/membre.css
@@ -76,3 +76,10 @@ main > img {
grid-row: 2;
}
}
+
+@media (max-width: 40em)
+{
+ main > h1 {
+ font-size: 1.2em;
+ }
+}