aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/meta.html
diff options
context:
space:
mode:
authorMantas <11616378+mistermantas@users.noreply.github.com>2018-08-02 18:29:24 +0300
committerGitHub <noreply@github.com>2018-08-02 18:29:24 +0300
commit86373cd7132dfc79fee8931764c1b3b67fe597c7 (patch)
tree4480475d0284065f0e3a1107711d0367d2a216a9 /layouts/partials/meta.html
parent88a199b6c0576a35bae67a241c20370b629dd7cd (diff)
parent4aa7641385b2ae9e6a820778649728d42bce5607 (diff)
v2.0-rc2 || Merge PR #14
Diffstat (limited to 'layouts/partials/meta.html')
-rw-r--r--layouts/partials/meta.html13
1 files changed, 7 insertions, 6 deletions
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" . }}