summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/assets/ok.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css
index e7bf1e6..0539a62 100644
--- a/public/assets/ok.css
+++ b/public/assets/ok.css
@@ -158,9 +158,9 @@ h3 {
}
.desktop .menu {
-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;
@@ -183,8 +183,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;
}
@@ -604,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;
}