summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
author“Ryder <“r@okfoc.us”>2016-04-15 10:35:33 -0400
committer“Ryder <“r@okfoc.us”>2016-04-15 10:35:33 -0400
commit603d917c9dcccadd2fa59ff6548afb4b634a33c8 (patch)
treeaceb7e25d072e5e64b220c1fd26295248040f499 /public
parentad6a63f39d41438e450e111ccf6084f6d1c847e4 (diff)
more media query
Diffstat (limited to 'public')
-rw-r--r--public/assets/ok.css18
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 {