summaryrefslogtreecommitdiff
path: root/css/404.css
diff options
context:
space:
mode:
author8cy <[email protected]>2020-06-02 10:24:13 -0700
committer8cy <[email protected]>2020-06-02 10:24:13 -0700
commit2321b2a0acaa0cba14dc38633cd46adee838294c (patch)
treee556c69fc7fdb3d7afa7a1a4fd6b381112db126f /css/404.css
downloadkyzer.co-admin-2321b2a0acaa0cba14dc38633cd46adee838294c.tar.xz
kyzer.co-admin-2321b2a0acaa0cba14dc38633cd46adee838294c.zip
Initial commit
Diffstat (limited to 'css/404.css')
-rw-r--r--css/404.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/css/404.css b/css/404.css
new file mode 100644
index 0000000..ad791a3
--- /dev/null
+++ b/css/404.css
@@ -0,0 +1,35 @@
+.content {
+ text-align: center;
+ color: #000000;
+}
+
+.content h1 {
+ font-weight: 900;
+ line-height: 1;
+ margin-bottom: -10px;
+ opacity: 0.6;
+}
+
+.content h2 {
+ font-weight: 700;
+ margin-bottom: 6px;
+ opacity: 0.9;
+}
+
+@media(max-width: 768px) {
+ .navigation-bar {
+ display: none;
+ }
+
+ .bio {
+ margin: auto;
+ width: 100%;
+ padding: 0;
+ }
+}
+
+@media(min-width: 768px) {
+ .mobile {
+ display: none;
+ }
+} \ No newline at end of file