diff options
Diffstat (limited to 'public/assets')
| -rw-r--r-- | public/assets/ok.css | 31 |
1 files changed, 21 insertions, 10 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index ca37a0b..6677e82 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -23,7 +23,7 @@ font-size: 11px; background: #fff; counter-reset: section; - overflow:hidden; + overflow: hidden; } div, @@ -39,19 +39,28 @@ -webkit-flex-flow: column wrap; flex-flow: column wrap; } - - nav{ + + nav { position: fixed; - top:0; - left:0; - width:100%; - padding:5px; + top: 0; + left: 0; + width: 100%; + padding: 5px; z-index: 3; } - + nav span { border-bottom: 1px solid; - width: 100%; + width:100%; + } + + + nav span div:first-child { + float: left; + } + + nav span div:last-child { + float: right; } /* .texts span:first-child:after { @@ -65,6 +74,7 @@ margin-top: 7vh; } */ + .top { background: #f7f7f7; width: 100%; @@ -163,7 +173,8 @@ width: 100%; } - .headings, nav { + .headings, + nav { font-family: 'Roboto Mono', monospace; font-size: 8px; text-transform: uppercase; |
