diff options
| author | “Ryder <“r@okfoc.us”> | 2016-03-29 16:47:15 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-03-29 16:47:15 -0400 |
| commit | ccdb68e87b379ce4432ec875f45a055c46ed090e (patch) | |
| tree | ea9c1a4e25a11769102d5d26b8fcb70a0475a0fe /public/assets/ok.css | |
| parent | 0524725613f06f27efc58f19b3f6c2458afa7543 (diff) | |
| parent | 2a8a35ad60a62f4e32ec26586b748ab77e92d7df (diff) | |
db
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; |
