From 8a61b04b0799e27070e4ae12e85cde624e2a848f Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sun, 10 Mar 2024 01:38:53 +0100 Subject: WIP demo web --- static/css/styles.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'static/css/styles.css') diff --git a/static/css/styles.css b/static/css/styles.css index 860f557..26161b2 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -4150,6 +4150,7 @@ textarea.form-control-lg { justify-content: space-between; padding-top: 0.5rem; padding-bottom: 0.5rem; + background: linear-gradient(rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.2) 100%); } .navbar > .container, .navbar > .container-fluid, @@ -11474,7 +11475,7 @@ body { } #mainNav { - min-height: 3.5rem; + min-height: 3.0rem; background-color: #000; } #mainNav .navbar-toggler { @@ -11561,7 +11562,7 @@ body { position: relative; width: 100%; height: auto; - min-height: 35rem; + min-height: 80rem; padding: 15rem 0; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 75%, #000 100%), url("../assets/img/bg-masthead.jpg"); background-position: center; @@ -11573,7 +11574,7 @@ body { font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 2.5rem; line-height: 2.5rem; - letter-spacing: 0.8rem; + letter-spacing: 0.2rem; background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)); -webkit-text-fill-color: transparent; -webkit-background-clip: text; @@ -11587,6 +11588,7 @@ body { .masthead h1, .masthead .h1 { font-size: 4rem; line-height: 4rem; + letter-spacing: 0.4rem; } } @media (min-width: 992px) { @@ -11597,10 +11599,10 @@ body { .masthead h1, .masthead .h1 { font-size: 6.5rem; line-height: 6.5rem; - letter-spacing: 0.8rem; + letter-spacing: 0.2rem; } .masthead h2, .masthead .h2 { - max-width: 30rem; + max-width: 100rem; font-size: 1.25rem; } } @@ -11705,4 +11707,4 @@ body { .about-btn { margin-top: -50px; margin-bottom: 20px; -} \ No newline at end of file +} -- cgit v1.2.3