From 885f4e0512d282d145fd97397ecec023efcb8c05 Mon Sep 17 00:00:00 2001 From: mco-system Date: Tue, 11 Apr 2023 19:10:25 +1100 Subject: [PATCH] fix: target='_new' for hrefs --- src/thsf/static/css/planning.css | 6 +++--- src/thsf/static/css/wrappers.css | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/thsf/static/css/planning.css b/src/thsf/static/css/planning.css index 013626f..e013b20 100644 --- a/src/thsf/static/css/planning.css +++ b/src/thsf/static/css/planning.css @@ -6,7 +6,7 @@ text-align: center; flex-direction: row; margin: 0.3em 0; - width: 24em; + width: 21em; } .slot_info, @@ -26,7 +26,7 @@ } .metadata { - width: 8em; + width: 7em; border-radius: 10px 0 0 10px; color: var(--main-color); font-family: pfdintextcompprothin; @@ -35,7 +35,7 @@ } .data { - width: 16em; + width: 14em; background-color: var(--main-color); color: var(--alt-main-color); border-color: var(--main-color); diff --git a/src/thsf/static/css/wrappers.css b/src/thsf/static/css/wrappers.css index 1b8e791..44ad496 100644 --- a/src/thsf/static/css/wrappers.css +++ b/src/thsf/static/css/wrappers.css @@ -65,7 +65,7 @@ align-content: center; text-align: center; padding-bottom: 2em; - width: 24em; + width: 21em; /* background-color: green; */ } .center_wrapper { @@ -74,7 +74,7 @@ justify-content: center; align-items: center; text-align: center; - width: 24em; + width: 21em; /* background-color: blue; */ } .header_wrapper { @@ -83,12 +83,12 @@ justify-content: center; align-items: center; text-align: center; - width: 24em; + width: 21em; /* background-color: orangered; */ } .logo_wrapper { margin-top: 0.5em; - width: 24em; + width: 21em; /* background-color: red; */ } .navbar_wrapper { @@ -101,14 +101,14 @@ align-items: center; gap: 1em; background-color: var(--main-bg-color); - width: 24em; + width: 21em; /* background-color: white; */ } .content { font-size: 1em; font-family: pfdintextcompprothin; color: var(--main-color); - width: 24em; + width: 21em; text-align:justify; text-justify: inter-word; }