This commit is contained in:
unknown
2020-12-06 21:44:50 -03:00
parent 64973396b3
commit e01911cb7f
13 changed files with 14 additions and 4327 deletions

View File

@@ -3,7 +3,7 @@
<h1>{{ .Name }}</h1>
<h1 class="listname">{{ .Name }}</h1>
<div class="articles">
{{ range .Pages.ByPublishDate.Reverse }}

View File

@@ -31,6 +31,15 @@ div#contact-info a {
font-size: 17px;
width: 100vw;
}
.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px;
text-decoration: none;
align-items: stretch;
}
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@@ -118,6 +127,9 @@ footer h2 {
}
/* lists of articles */
h1.listname {
text-align: center;
}
div.articles {
--page-title-display: block;