]> _ Git - fluidbook-html5.git/commitdiff
wip #3733 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 8 Sep 2020 11:37:54 +0000 (13:37 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 8 Sep 2020 11:37:54 +0000 (13:37 +0200)
style/articles/business-immo.less

index 79066a12c3e77df270e0a31c17779cfe510e2cfc..4f4e619972ef96086eb527de6c904e94415cc5ba 100644 (file)
 }
 
 article {
+  padding-left: 100px;
+  padding-right: 100px;
+  .actions {
+    right: 95px;
+    @media @medium {
+      right: 45px;
+    }
+  }
+
+  @media @medium {
+    padding-left:20px;
+    padding-right:20px;
+  }
+
+  line-height: 1.5;
+
+
+
+  h1 {
+    text-transform: uppercase;
+    line-height: 1.1;
+  }
+
   .articleBody a {
     &:hover {
       color: @red !important;
     }
   }
 
-  h2{
-    color:@red;
+  h2 {
+    color: @red;
   }
 
 }