summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-11-07 16:06:17 -0500
committerryderr <r@okfoc.us>2014-11-07 16:06:17 -0500
commit0cc0db607aa9685e227da654ec8b4e16604ab097 (patch)
treeaf60ae9071d380616d07fcc3aef8b2c7987d2554
parent9d4ab9decb83e413c932b58f89b1c219dcadbcf3 (diff)
query
-rwxr-xr-xpublic/assets/stylesheets/app.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index e325e1e..7b7eab5 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -2955,10 +2955,13 @@ a[data-role="forgot-password"] {
bottom: -3px;
right: -3px;
}
- .projectList .projectItem {
- width: 55%;
- }
+
+}
+@media screen and (orientation:landscape) and (max-width: 680px){
.projectList.about .item span:nth-child(1) {
height: 180px;
}
-} \ No newline at end of file
+ .projectList .projectItem {
+ width: 55%;
+ }
+}