diff options
| author | “Ryder <“r@okfoc.us”> | 2016-04-15 10:35:33 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-04-15 10:35:33 -0400 |
| commit | 603d917c9dcccadd2fa59ff6548afb4b634a33c8 (patch) | |
| tree | aceb7e25d072e5e64b220c1fd26295248040f499 | |
| parent | ad6a63f39d41438e450e111ccf6084f6d1c847e4 (diff) | |
more media query
| -rw-r--r-- | public/assets/ok.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 8179279..2889d63 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -849,6 +849,24 @@ ul li { line-height: 18px; } } + +@media (max-height: 738px) and (max-width: 1280px){ + .intro div.text, + h3, + .left a { + font-size: 11px; + line-height: 16px; + } +} +@media (max-height: 900px) and (max-width: 1050px){ + .intro div.text { + width:75%; + } + .intro.single .right { + display: none; + } +} + /* @media (min-width: 1600px) { .texts { |
