diff options
| -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%; + } +} |
