From 83dde746f6dd04055ac1d56e04c949dd2c1f05ea Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 31 Jan 2015 22:12:32 -0800 Subject: [PATCH] fix about page --- static/css/about/main.css | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/static/css/about/main.css b/static/css/about/main.css index c3584e1..cbe625d 100644 --- a/static/css/about/main.css +++ b/static/css/about/main.css @@ -3,6 +3,36 @@ img.textwrap-right { margin: 10px; } +.well { + margin-top:-20px; + background-color:#007FBD; + border:2px solid #0077B2; + text-align:center; + cursor:pointer; + font-size: 25px; + padding: 15px; + border-radius: 0px !important; +} + +.well:hover { + margin-top:-20px; + background-color:#0077B2; + border:2px solid #0077B2; + text-align:center; + cursor:pointer; + font-size: 25px; + padding: 15px; + border-radius: 0px !important; + border-bottom : 2px solid rgba(97, 203, 255, 0.65); +} + +.bg_blur +{ + background-image:url('http://data2.whicdn.com/images/139218968/large.jpg'); + height: 300px; + background-size: cover; +} + .follow_btn { text-decoration: none; position: absolute; @@ -71,7 +101,6 @@ img.textwrap-right { } - @media (max-width: 767px) { .header{ text-align : center; @@ -81,5 +110,3 @@ img.textwrap-right { margin-top : 30px; } } - -