From df7dc09cfe131150718479c739e2e53e8884ff47 Mon Sep 17 00:00:00 2001 From: “Ryder <“r@okfoc.us”> Date: Mon, 4 Apr 2016 17:31:43 -0400 Subject: menu spacing --- public/assets/ok.css | 9 +++++---- 1 file 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; } -- cgit v1.2.3-70-g09d2 From 14c55a7394f33e29e14f4b5c5ad04afa3aa448bb Mon Sep 17 00:00:00 2001 From: “Ryder <“r@okfoc.us”> Date: Mon, 4 Apr 2016 17:43:59 -0400 Subject: top center --- public/assets/ok.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/assets/ok.css b/public/assets/ok.css index 053add2..0539a62 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -605,8 +605,7 @@ button.previous { .cell iframe { width: 100vw; height: 100%; - /*THIS SHOULD BE DYNAMIC*/ - background-position: center; + background-position: top center; background-size: cover; background-repeat: no-repeat; } -- cgit v1.2.3-70-g09d2