Revise style of site front page

On the front page of the site, the first paragraph was actually a
heading. Replace that with a text paragraph that has a similar style.
This commit is contained in:
Tim Bannister
2020-09-29 22:56:40 +01:00
parent 179b3ca139
commit f77650a4f6
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -43,6 +43,14 @@ section {
padding: 0 !important;
}
/* Emphasize first paragraph of running text on site front page */
body.td-home main[role="main"] > section:first-of-type .content p:first-child {
line-height: 1.3em;
font-size: 1.4em;
margin-bottom: 1.5em;
}
#desktopShowVideoButton {
border: none
}