summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-04-04 17:46:04 -0400
committerJules Laplace <jules@okfoc.us>2016-04-04 17:46:04 -0400
commit51489db489d89148f3fa158d0b332cbd866cf75b (patch)
tree8159d9c8bc712021cb18fc558f56bef94f10ccd4
parentdeeb635a337371423cd06e0761cf7501b73ee215 (diff)
parent14c55a7394f33e29e14f4b5c5ad04afa3aa448bb (diff)
Merge branch 'master' of github.com:okfocus/portfolio
-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;
}