diff --git a/styles.css b/styles.css index b74dc0b..5a09289 100644 --- a/styles.css +++ b/styles.css @@ -86,6 +86,9 @@ aside { flex-basis: 30%; } +p { + line-height: 28px; +} /* ======================================================================== @@ -130,6 +133,7 @@ header { flex-direction: column; align-items: center; place-content: baseline center; + text-align: center; } #a-lec_site-titles h2 { @@ -558,10 +562,9 @@ A-lec images ======================================================================== */ h1,h2,h3,h4,h5,h6 { - display: inline-block; + display: block; color: #000; font-weight: bold; - text-align: center; } h1 { font-size: 130%; @@ -662,7 +665,7 @@ h1,h2,h3,h4,h5,h6 { all: unset; display: inline-block; width: 100%; - height: 160px; + height: 12vh; } #a-lec_site-name a { @@ -696,6 +699,10 @@ h1,h2,h3,h4,h5,h6 { font-size: 1rem; text-align: center; } + + p { + line-height: 28px; + } }