aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html2
-rw-r--r--layouts/partials/meta.html13
2 files changed, 9 insertions, 6 deletions
diff --git a/layouts/index.html b/layouts/index.html
index f5fbb05..9082595 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -139,6 +139,8 @@
<h3>Is it the calm before the storm?</h3>
<p>This status page has no logged incidents. This may be because the status page owner (or owners) have recently set up their status page, have had no downtime, or have not logged any downtime.</p>
<div class="padding"></div>
+ <div class="padding"></div>
+ <div class="padding"></div>
{{ else }}
{{ $paginator := .Paginate $incidents .Site.Params.incidentPostsPerPage }}
{{ range $paginator.Pages }}
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html
index ef9e3af..eb4e33a 100644
--- a/layouts/partials/meta.html
+++ b/layouts/partials/meta.html
@@ -45,8 +45,6 @@
box-sizing: inherit;
}
- ::selection { background: #B4D5FF; }
-
hr {
border: 0;
border-bottom: 1px solid #ccc;
@@ -200,13 +198,13 @@
}
.logo img {
- height: 128px;
- width: auto;
+ height: auto;
+ width: 320px;
}
.logo--small img {
- height: 64px;
- width: auto;
+ height: auto;
+ width: 160px;
}
.tabs { border-bottom: 1px solid #ccc; }
@@ -284,6 +282,9 @@
display: inline;
}
}
+
+ ::selection { background: #B4D5FF; }
+ html { -webkit-tap-highlight-color: rgba(0,0,0, 0.25); }
</style>
{{ if .Site.Params.enableCustomHTML }}
{{ partial "custom/meta" . }}