[gtk-web/issue-9: 2/2] style: Resize the landing section
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-web/issue-9: 2/2] style: Resize the landing section
- Date: Fri, 24 Jan 2020 14:25:29 +0000 (UTC)
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]