css: define h5.
authorThérèse Godefroy <godef.th@free.fr>
Sat, 16 Apr 2022 07:35:13 +0000 (09:35 +0200)
committerThérèse Godefroy <godef.th@free.fr>
Sat, 16 Apr 2022 07:42:06 +0000 (09:42 +0200)
static/css/main.css

index a67bb78c759b472214e226fdddc3746a1794dece..8fca93f8d1c69b8dfc321d2776a39912ce902327 100644 (file)
@@ -130,14 +130,15 @@ h1 {  font-size: 2.75em;  font-family: 'Dosis'; }
 h2 {  font-size: 2.75em;  font-family: 'Dosis';        }
 h3 {  font-size: 1.625em; font-family: 'Dosis';        }
 h4 {  font-size: 1.125em;  font-family: 'Signika Semmibold'; color: #4d4d4d; }
+h5 {  font-size: 1em;  font-family: 'Signika Semmibold';   }
 
-h1, h2, h3, h4 {
+h1, h2, h3, h4, h5 {
     line-height: 1.2;
     text-transform: uppercase;
     letter-spacing: 1px;
 }
 
-h4 {
+h4, h5 {
     margin: 1.5em 0 0;
 }