diff options
| author | s1n <[email protected]> | 2019-10-23 20:49:24 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-23 20:49:24 -0700 |
| commit | 186c562564f40b33ef9c57fe382a6b63e0cbc48d (patch) | |
| tree | a3702ff8e56a4e73e764206f9560a9bd7021dc8a /404/m/css/main.css | |
| parent | accurate mobile detec (diff) | |
| download | s1n.pw-admin-186c562564f40b33ef9c57fe382a6b63e0cbc48d.tar.xz s1n.pw-admin-186c562564f40b33ef9c57fe382a6b63e0cbc48d.zip | |
make all mobile sites into media queries :)))
Diffstat (limited to '404/m/css/main.css')
| -rw-r--r-- | 404/m/css/main.css | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/404/m/css/main.css b/404/m/css/main.css deleted file mode 100644 index 9c19a07..0000000 --- a/404/m/css/main.css +++ /dev/null @@ -1,9 +0,0 @@ -.bio { - font-size: 22px; - /* Always use this for center haha, was searching how to center and this helped lol, was about 15 minutes in searching. - https: //stackoverflow.com/a/36298070/11774102 - - 10/12/2019 0:18 */ - display: flex; - align-items: center; -} - |