Repository: bahir-website
Updated Branches:
  refs/heads/asf-site 86eebcf18 -> 8352018eb


Publishing from 77cebda5be049ae5941ae0c20005fae6cf24d486


Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/8352018e
Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/8352018e
Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/8352018e

Branch: refs/heads/asf-site
Commit: 8352018eb0be2e65916cc227bb385927a662c798
Parents: 86eebcf
Author: Luciano Resende <lrese...@apache.org>
Authored: Mon Aug 1 20:20:26 2016 +0300
Committer: Luciano Resende <lrese...@apache.org>
Committed: Mon Aug 1 20:20:26 2016 +0300

----------------------------------------------------------------------
 content/assets/themes/apache-clean/css/style.css | 15 ++++++++++++++-
 content/feed.xml                                 |  4 ++--
 2 files changed, 16 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir-website/blob/8352018e/content/assets/themes/apache-clean/css/style.css
----------------------------------------------------------------------
diff --git a/content/assets/themes/apache-clean/css/style.css 
b/content/assets/themes/apache-clean/css/style.css
index f44fadd..ad80a4a 100644
--- a/content/assets/themes/apache-clean/css/style.css
+++ b/content/assets/themes/apache-clean/css/style.css
@@ -332,7 +332,7 @@ body {
   background-color: #D5D5D5 /* #3D758F #265380 */;
 }
 
-/* Custom, iPhone Retina */ 
+/* Custom, iPhone Retina */
 @media only screen and (max-width : 480px) {
   .jumbotron h1 {
     display: none;
@@ -341,6 +341,15 @@ body {
       display: none;
       color: #FFF;
   }
+  .logo-img {
+     width: 320px;
+  }
+}
+
+@media only screen and (min-width : 480px) and (max-width: 768px) {
+  .logo-img {
+     width: 400px;
+  }
 }
 
 @media only screen and (max-width : 768px) {
@@ -358,4 +367,8 @@ and (max-width : 1024px) {
   .navbar-collapse.collapse {
       padding-right: 0;
   }
+  .logo-img {
+     width: 700px;
+  }
+
 }

http://git-wip-us.apache.org/repos/asf/bahir-website/blob/8352018e/content/feed.xml
----------------------------------------------------------------------
diff --git a/content/feed.xml b/content/feed.xml
index 3d0562b..5ddea88 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>http://bahir.apache.org/</link>
     <atom:link href="http://bahir.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Mon, 01 Aug 2016 20:15:34 +0300</pubDate>
-    <lastBuildDate>Mon, 01 Aug 2016 20:15:34 +0300</lastBuildDate>
+    <pubDate>Mon, 01 Aug 2016 20:20:21 +0300</pubDate>
+    <lastBuildDate>Mon, 01 Aug 2016 20:20:21 +0300</lastBuildDate>
     <generator>Jekyll v3.0.0</generator>
     
       <item>

Reply via email to