diff options
author | echo <91651232+exhq@users.noreply.github.com> | 2022-08-16 10:54:06 +0430 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-16 10:54:06 +0430 |
commit | 3cf6d2e6a43d9531fb51458abacf13841088744b (patch) | |
tree | 640d2f67ffe07e5adb43cb4d173eaec5e9b05000 | |
parent | 3de337a7b2f78dfe29b2304d2d6a7e3474381a8e (diff) | |
download | exhq.github.io-3cf6d2e6a43d9531fb51458abacf13841088744b.tar.gz exhq.github.io-3cf6d2e6a43d9531fb51458abacf13841088744b.tar.bz2 exhq.github.io-3cf6d2e6a43d9531fb51458abacf13841088744b.zip |
phones are annoying
-rw-r--r-- | myhumor/index.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/myhumor/index.css b/myhumor/index.css index c58cada..f43a7f8 100644 --- a/myhumor/index.css +++ b/myhumor/index.css @@ -33,11 +33,10 @@ p{ .fuckingcentered{ margin: 0 auto; - margin-top: 100%; - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); + margin-top: 150%; + margin-left: 3%; + margin-right: 3%; + } b{ |