From 197ae9fcafec8f4ac42f6cef6eb14044b6fc3cc3 Mon Sep 17 00:00:00 2001 From: Diego Cirilo Date: Mon, 2 Feb 2026 19:04:00 -0300 Subject: [PATCH] style --- static/css/main.css | 29 +++++++++++++++++++---- templates/website/base.html | 4 ++-- templates/website/base_page.html | 4 ++-- templates/website/includes/text_page.html | 2 +- templates/website/index.html | 10 ++++---- templates/website/issue_detail.html | 2 +- 6 files changed, 35 insertions(+), 16 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index f7b9c73..c1a695f 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -99,11 +99,17 @@ body.index .section { } body.index .navbar-custom { - background-color: transparent; + background-color: rgb(var(--bs-dark-rgb)); padding-top: 20px; padding-bottom: 10px; } +@media (min-width: 768px) { + body.index .navbar-custom { + background-color: transparent; + } +} + .navbar-custom .navbar-nav li { margin: 0; } @@ -153,8 +159,8 @@ body.index .navbar-custom { .site-header { width: 100%; - height: 33vh; - min-height: 33vh; + height: 50vh; + min-height: 50vh; position: relative; text-align: center; display: table; @@ -177,10 +183,10 @@ body.index .navbar-custom { text-transform: uppercase; width: 100%; z-index: 1; - padding: 80px 15px 0; + padding: 100px 15px 0; display: table-cell; vertical-align: middle; - height: 33vh; + height: 50vh; } .site-header .intro h2 { @@ -218,10 +224,23 @@ body.index .navbar-custom { transition: all 0.3s; } +.portal-logo small { + display: block; + white-space: normal; +} + body.single-page { padding-top: 4.5rem; } +.rich-text h1, .rich-text h2, .rich-text h3, +.rich-text h4, .rich-text h5, .rich-text h6 { + font-weight: 700; + letter-spacing: 1px; + text-transform: uppercase; + margin: 1.5rem 0 1rem; +} + .ribbon { position: fixed; top: 240px; diff --git a/templates/website/base.html b/templates/website/base.html index 8978713..b7a295a 100644 --- a/templates/website/base.html +++ b/templates/website/base.html @@ -57,12 +57,12 @@