From bd72f342065e5cffa005a4b8e63017a7cbdf421b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Th=C3=A9r=C3=A8se=20Godefroy?= Date: Thu, 28 Sep 2017 15:26:09 +0200 Subject: [PATCH] main.css: minor adjustments: - make section-intro image shrinkable; - slightly increase the contrast in notes; - increase width of language picker to avoid too much wrapping; - decrease h1 font size. --- css/main.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/css/main.css b/css/main.css index 043b50d..459bff1 100644 --- a/css/main.css +++ b/css/main.css @@ -335,8 +335,7 @@ a:focus > img + strong { .section-intro p.image { text-align: center; } -/* optional css rule, if you want to set the image a bit smaller than its 800px width */ -/*.section-intro p.image > img { width: 80%; }*/ +.section-intro p.image > img { max-width: 100%; } .step { @@ -351,7 +350,7 @@ a:focus > img + strong { .main p:first-child { margin: 0 0 0.5em ; } .main p.notes { - color: #999; + color: #808080; } .main h3 { @@ -420,7 +419,7 @@ ul.images li > img { .dropdown > h4 { font-size: .85em; - width: 180px; + width: 200px; text-align: center; display: inline-block; cursor: pointer; @@ -772,7 +771,7 @@ input[type='reset']:hover { } #header h1 { - font-size: 6em; + font-size: 5em; text-align: center; } -- 2.25.1