summaryrefslogtreecommitdiff
path: root/stylesheets/commun.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-07 19:16:30 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-07 19:16:30 +0100
commitd6071702bbd3aa151d8f3f9ab166db5bad0eabbe (patch)
tree2e4c54e797564d0d4a561b61605daefa9ec89b08 /stylesheets/commun.css
parenta6f16045ddf2b77928fc40eea88aaa00a95ade8d (diff)
downloadquatuorbellefeuille.com-d6071702bbd3aa151d8f3f9ab166db5bad0eabbe.tar.xz
Add hint to display more information about concerts
Diffstat (limited to 'stylesheets/commun.css')
-rw-r--r--stylesheets/commun.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/stylesheets/commun.css b/stylesheets/commun.css
index 32889a1..663ccc4 100644
--- a/stylesheets/commun.css
+++ b/stylesheets/commun.css
@@ -56,6 +56,13 @@ nav ol, nav ul {
list-style-type: none;
}
+main h1 {
+ font-size: 1.4em;
+}
+main h2 {
+ font-size: 1.2em;
+}
+
footer.social a {
text-decoration: none;
font-size: 1.2rem;
@@ -201,13 +208,6 @@ footer.legal {
color: #353535;
}
- main h1 {
- font-size: 1.4em;
- }
- main h2 {
- font-size: 1.2em;
- }
-
footer.social {
grid-row: 1 / -2;
grid-column: 5;