[gimp-web/gimp-web-static] still styling the home page sections



commit 506e4e0947452062eb21e06a757766bef0a9fd80
Author: Pat David <patdavid gmail com>
Date:   Tue Aug 25 15:42:06 2015 -0500

    still styling the home page sections

 content/images/frontpage/wilber.png |  Bin 0 -> 5567 bytes
 themes/newgimp/static/css/home.css  |   13 ++++++++++++-
 2 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/content/images/frontpage/wilber.png b/content/images/frontpage/wilber.png
new file mode 100644
index 0000000..0ce4918
Binary files /dev/null and b/content/images/frontpage/wilber.png differ
diff --git a/themes/newgimp/static/css/home.css b/themes/newgimp/static/css/home.css
index 1e19344..e9d0daf 100644
--- a/themes/newgimp/static/css/home.css
+++ b/themes/newgimp/static/css/home.css
@@ -136,14 +136,21 @@ nav#menu li#gimp-home {
     height: 300px;
 }
 
+.cap {
+    max-height: 100vh;
+}
+
 .cap h3 {
     display: inline-block;
     border-bottom: solid 1px #aaa;
     margin-bottom: 1rem;
 }
 
-#cap-photos p, #cap-painting p {
+.cap p {
     text-align: left;
+}
+
+#cap-photos p, #cap-painting p {
     color: whitesmoke;
 }
 
@@ -181,6 +188,10 @@ nav#menu li#gimp-home {
     height: 300px;
 }
 
+#cap-graphics .column.third {
+    height: 250px;
+}
+
 
 #banner h1 {
     margin-right: 0;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]