diff options
author | Jesús <heckyel@hyperbola.info> | 2021-12-07 19:56:34 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-12-07 19:56:34 -0500 |
commit | 7b68cf3b87a774fb8963526c7dbf59211e46c763 (patch) | |
tree | cae3c358e1ea1df977d5a8230e241b994fa27fd7 | |
parent | 0c36978b0e76db71cf7bc7b66e6dc7ad0ac7776c (diff) | |
download | web-base-7b68cf3b87a774fb8963526c7dbf59211e46c763.tar.lz web-base-7b68cf3b87a774fb8963526c7dbf59211e46c763.tar.xz web-base-7b68cf3b87a774fb8963526c7dbf59211e46c763.zip |
fix padding navbar-menu in desktop design
-rw-r--r-- | styles.css | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -426,13 +426,8 @@ input::-webkit-inner-spin-button { margin-top: 0px; } - .navbar-menu > ul > li { - padding-top: .7rem; - padding-bottom: .7rem; - } - ul.list-item > li > a { - padding: 0 1rem; + padding: 0.7rem 1rem; } .sc-form { |