Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/fncnt/vncnt-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfncnt <github@vncnt.eu>2019-03-06 18:42:16 +0300
committerfncnt <github@vncnt.eu>2019-03-06 18:42:16 +0300
commitdc9c5aa57b47f886277245852a785d91a3c93223 (patch)
tree98b3218f4e981f19b16bca20a5d50718c18882e0
parent796e84bcc027d67d1dd4b424a884b9ab689dffba (diff)
Further improvements for error404 CSS
-rw-r--r--static/css/vncnt.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/vncnt.css b/static/css/vncnt.css
index f45f78e..885a58e 100644
--- a/static/css/vncnt.css
+++ b/static/css/vncnt.css
@@ -29,6 +29,7 @@ there.
.error404 {
text-transform: uppercase;
+ text-align: center;
}
p.reset-margin {
@@ -68,7 +69,7 @@ p.reset-margin {
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
- .landingpage {
+ .landingpage, .error404 {
position: absolute;
top: 50%;
left: 50%;