diff options
| author | “Ryder <“r@okfoc.us”> | 2016-04-14 14:38:23 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-04-14 14:38:23 -0400 |
| commit | 0b1bbe5067cd0781bd60ce365ca2b09835be2356 (patch) | |
| tree | 1baa7320b09842a822992decd7e262ab80455479 | |
| parent | fcc090ce8e7dcfb498ac7b42c232e63a020f2959 (diff) | |
more media query
| -rw-r--r-- | public/assets/ok.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 506334a..5a9e4a0 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -816,7 +816,7 @@ ul li { } } -@media (max-height: 880px) { +@media (max-height: 1000px) { .intro div.text, h3, .left a { |
