diff options
| author | ryderr <r@okfoc.us> | 2014-11-07 16:06:17 -0500 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-11-07 16:06:17 -0500 |
| commit | 0cc0db607aa9685e227da654ec8b4e16604ab097 (patch) | |
| tree | af60ae9071d380616d07fcc3aef8b2c7987d2554 | |
| parent | 9d4ab9decb83e413c932b58f89b1c219dcadbcf3 (diff) | |
query
| -rwxr-xr-x | public/assets/stylesheets/app.css | 11 |
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%; + } +} |
