[gtk-web/issue-9: 2/2] style: Resize the landing section



commit e510eea5d20e91fbb37179fc64c4dd34f8abb660
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Jan 24 14:01:54 2020 +0000

    style: Resize the landing section
    
    The full viewport is too tall, and has a lot of blank space.
    
    Fixes: #9

 assets/css/index.css | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/assets/css/index.css b/assets/css/index.css
index fe50ba2..a6376fc 100644
--- a/assets/css/index.css
+++ b/assets/css/index.css
@@ -439,7 +439,8 @@ h6.letter-spacing-custom,
 }
 
 #landing {
-    min-height: 100vh;
+    min-height: 50vh;
+    max-height: 66vh;
     background-repeat: no-repeat !important;
     background-position: center !important;
     background-size: cover !important;
@@ -449,4 +450,4 @@ h6.letter-spacing-custom,
 }
 .text-shadow {
     text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.150) !important;
-}
\ No newline at end of file
+}


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