diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-29 16:40:45 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-29 16:40:45 -0400 |
| commit | e941223582382e2292b5e8e47e951e1a21ecb375 (patch) | |
| tree | 88ea49a04603ec1e8518150925591298351ed4ca /public/assets/ok.css | |
| parent | 20c26d2a907a8605cbae072f0e9c04a64d2c7c4e (diff) | |
stuff all seems to be showing now
Diffstat (limited to 'public/assets/ok.css')
| -rw-r--r-- | public/assets/ok.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 9dc312f..8c1ae4f 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -356,6 +356,7 @@ nav span div:last-child { /*height: 80vh;*/ flex: 1 auto; margin-top: 20px; + float: none; } nav b { @@ -364,6 +365,9 @@ nav b { /*animations*/ +.bottom { + float: none; +} .bottom * { transform:translateY(0px); transition:150ms transform, 150ms opacity; |
