diff core/themes/bartik/css/components/featured-bottom.css @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
line wrap: on
line diff
--- a/core/themes/bartik/css/components/featured-bottom.css	Thu Feb 28 13:11:55 2019 +0000
+++ b/core/themes/bartik/css/components/featured-bottom.css	Thu May 09 15:34:47 2019 +0100
@@ -4,8 +4,8 @@
 */
 
 .featured-bottom {
+  border-top: 1px solid #e7e7e7;
   background: rgba(30, 50, 10, 0.08);
-  border-top: 1px solid #e7e7e7;
 }
 .featured-bottom .region {
   padding: 0 20px;
@@ -13,11 +13,11 @@
 
 @media all and (min-width: 560px) {
   .featured-bottom .region {
+    position: relative;
     float: left; /* LTR */
-    position: relative;
     box-sizing: border-box;
+    width: 33%;
     padding: 20px 15px 30px;
-    width: 33%;
   }
   [dir="rtl"] .featured-bottom .region {
     float: right;
@@ -30,11 +30,11 @@
   }
 }
 .featured-bottom h2 {
+  margin-bottom: 0.6em;
+  text-align: center;
   color: #000;
+  text-shadow: 0 1px 0 #fff;
   font-size: 1.4em;
-  margin-bottom: 0.6em;
-  text-shadow: 0 1px 0 #fff;
-  text-align: center;
   line-height: 1em;
 }
 .featured-bottom .block {