From 0cc0db607aa9685e227da654ec8b4e16604ab097 Mon Sep 17 00:00:00 2001 From: ryderr Date: Fri, 7 Nov 2014 16:06:17 -0500 Subject: query --- public/assets/stylesheets/app.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'public') 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%; + } +} -- cgit v1.2.3-70-g09d2