diff options
| author | “Ryder <“r@okfoc.us”> | 2016-03-28 19:12:44 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-03-28 19:12:44 -0400 |
| commit | f0eede3cd86f38ad57d621f1fd33f8449eabf930 (patch) | |
| tree | d0ad38c88de64ea22841040af5de9faf6e6c20b3 | |
| parent | dca0b022e7aebf84828aa2182c68a6d348d7525a (diff) | |
av stuff
| -rw-r--r-- | public/assets/ok.css | 18 | ||||
| -rw-r--r-- | templates/index.liquid | 2 |
2 files changed, 12 insertions, 8 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 4696d95..db8dbec 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -116,7 +116,8 @@ nav span { #burger { width: 10px; - vertical-align: top + vertical-align: top; + padding: 2px; } .index:after { content:"INDEX"; @@ -124,14 +125,14 @@ nav span { .navopen .index:after { content:"CLOSE"; } -.index:hover, +.desktop .index:hover, .navopen .index { color: white; cursor: pointer; background: black; } -.index:hover svg, +.desktop .index:hover svg, .navopen .index svg { fill: white; } @@ -143,7 +144,6 @@ nav div { nav span div:first-child { float: left; - padding-right: 20px; } nav span div:nth-child(2) { @@ -399,11 +399,15 @@ ul li { width: 22px; } .menu { - width: 45vw; - transform: translateX(-45vw); + width: 90vw; + transform: translateX(-90vw); + -webkit-column-count: 2!important; + -webkit-column-gap: 3px; + -moz-column-gap: 3px; + column-gap: 3px; } .navopen .item { - transform: translateX(45vw); + transform: translateX(90vw); } .top { margin-top: 30px; diff --git a/templates/index.liquid b/templates/index.liquid index 20df323..0112a05 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -89,7 +89,7 @@ </g> </svg> </div> - <div>OKFocus LLC. • 2016</div> + <div>OKFocus LLC. - Portfolio • 2016</div> <div>SLIDE.1 • PG.1</div> </span> </nav> |
