summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-11-07 15:35:05 -0500
committerryderr <r@okfoc.us>2014-11-07 15:35:05 -0500
commit4d9823307219c96f83fab8eb05203effd3448ab0 (patch)
tree14dac5afb376a43992abb093d773abf65a92b29a
parent7bbe52577c1ccf5fbd884362282e16a42262c06e (diff)
landscape project view
-rwxr-xr-xpublic/assets/stylesheets/app.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 8b987c1..bcf7469 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -2940,6 +2940,7 @@ a[data-role="forgot-password"] {
left: 10px;
border: 1px solid;
}
+
}
@media screen and (orientation:landscape) {
@@ -2950,4 +2951,10 @@ a[data-role="forgot-password"] {
bottom: -3px;
right: -3px;
}
+ .projectList .projectItem {
+ width: 55%;
+ }
+ .projectList.about .item span:nth-child(1) {
+ height: 180px;
+ }
} \ No newline at end of file