diff options
| author | s1n <[email protected]> | 2020-03-28 10:31:08 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2020-03-28 10:31:08 -0700 |
| commit | 6b81836e6b9815a2996a55ad37dcaa4d89f99e42 (patch) | |
| tree | 74bb9aa78ca31a6acfffd908e34dfb0df433c707 /404/css/main.css | |
| parent | Create .gitignore (diff) | |
| download | cyne.cf-backup-master.tar.xz cyne.cf-backup-master.zip | |
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 |