???
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
|
||||
|
||||
<h1>{{ .Name }}</h1>
|
||||
<h1 class="listname">{{ .Name }}</h1>
|
||||
|
||||
<div class="articles">
|
||||
{{ range .Pages.ByPublishDate.Reverse }}
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user