[gimp-web/gimp-web-static] Added breakpoint for larger screens, adjusted cap sections to suit
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/gimp-web-static] Added breakpoint for larger screens, adjusted cap sections to suit
- Date: Fri, 4 Sep 2015 20:08:58 +0000 (UTC)
commit 98f37517325e0f1d6612d8be9fc5d9283eaa147b
Author: Pat David <patdavid gmail com>
Date: Fri Sep 4 15:08:48 2015 -0500
Added breakpoint for larger screens, adjusted cap sections to suit
themes/newgimp/static/css/home.css | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/themes/newgimp/static/css/home.css b/themes/newgimp/static/css/home.css
index 80b6549..7df31d7 100644
--- a/themes/newgimp/static/css/home.css
+++ b/themes/newgimp/static/css/home.css
@@ -293,3 +293,16 @@ span#gFirst {
}
}
+
+/* Testing reflowing sections to use wider screens better */
+/* Originally tried this at 1650px, now trying at 1366px wide */
+ media (min-width: 1367px){
+ .cap {
+ width: 50%;
+ float: left;
+ }
+
+ #component {
+ clear: both;
+ }
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]