diff options
Diffstat (limited to '404/css/main.css')
| -rw-r--r-- | 404/css/main.css | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/404/css/main.css b/404/css/main.css new file mode 100644 index 0000000..ad791a3 --- /dev/null +++ b/404/css/main.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 |