diff options
| author | “Ryder <“r@okfoc.us”> | 2016-04-04 17:31:43 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-04-04 17:31:43 -0400 |
| commit | df7dc09cfe131150718479c739e2e53e8884ff47 (patch) | |
| tree | c26947392da0c019a09d3ccb420389775691d8fe /public | |
| parent | 5949639a531ca42639e403127eb81bc784d348ac (diff) | |
menu spacing
Diffstat (limited to 'public')
| -rw-r--r-- | public/assets/ok.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 34a64dd..83a8bee 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -156,9 +156,9 @@ h3 { z-index: 0; opacity: 0; -webkit-column-count: 2; - -webkit-column-gap: 3px; - -moz-column-gap: 3px; - column-gap: 3px; + -webkit-column-gap: 0; + -moz-column-gap: 0px; + column-gap: 0px; -webkit-column-break-inside: avoid; -moz-column-break-inside: avoid; -moz-page-break-inside: avoid; @@ -173,8 +173,9 @@ h3 { .menu ul li { list-style-type: decimal-leading-zero; list-style-position: inside; - border-bottom: 1px solid; + border-bottom: 1px solid black; padding: 6px 5px 4px 7px; + padding: 1vh 0.5vw 0.5vw 0.7vw; font-size: 14px; } |
