diff options
| author | s1n <[email protected]> | 2019-10-23 02:02:50 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-23 02:02:50 -0700 |
| commit | e0e4c6dddb9a8b614bc683a290ae502f99f71af0 (patch) | |
| tree | 63a3f44bd9e17353dcdf67303f20d2d50b7ad2e5 /css | |
| parent | add all self taught (diff) | |
| download | p.s1n.pw-admin-e0e4c6dddb9a8b614bc683a290ae502f99f71af0.tar.xz p.s1n.pw-admin-e0e4c6dddb9a8b614bc683a290ae502f99f71af0.zip | |
add labels to mobile and sorta center mobile menu
Diffstat (limited to 'css')
| -rw-r--r-- | css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index 0c33b2a..d8cc8fd 100644 --- a/css/style.css +++ b/css/style.css @@ -161,7 +161,8 @@ nav #menu li a:hover { #resize #menu { height: 90px; position: absolute; - left: 45%; + left: 43%; + top: 7%; transform: translateX(-40%); text-align: center; display: table-cell; |