diff options
author | Indrajith K L | 2024-06-21 02:40:14 +0530 |
---|---|---|
committer | Indrajith K L | 2024-06-21 02:40:14 +0530 |
commit | bb6528e4cf66a2eb6e8306d73c9a608d036ae001 (patch) | |
tree | 484233dcb97d1d381d1f7f3f28dcfd0d49fa70e4 /public/css | |
parent | f7275309ad3ec062ebed915a097766daf126813b (diff) | |
download | indrajith-dev-crystal-bb6528e4cf66a2eb6e8306d73c9a608d036ae001.tar.gz indrajith-dev-crystal-bb6528e4cf66a2eb6e8306d73c9a608d036ae001.tar.bz2 indrajith-dev-crystal-bb6528e4cf66a2eb6e8306d73c9a608d036ae001.zip |
Adds Missing Assets
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/fonts/VGA437.ttf | bin | 81192 -> 0 bytes | |||
-rw-r--r-- | public/css/styles.css | 5 |
2 files changed, 3 insertions, 2 deletions
diff --git a/public/css/fonts/VGA437.ttf b/public/css/fonts/VGA437.ttf Binary files differdeleted file mode 100644 index f5cbfc0..0000000 --- a/public/css/fonts/VGA437.ttf +++ /dev/null diff --git a/public/css/styles.css b/public/css/styles.css index 58a7bd4..1c19cff 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -253,6 +253,7 @@ p.first-letter::first-letter { overflow: hidden; } -.four-o-four { - text-align: center; +.four-o-four, .f-o-f-message { + display: flex; + justify-content: center; }
\ No newline at end of file |