From 05e56221f48869a9d590beca24fb88f28244855b Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Thu, 7 Dec 2023 22:32:33 -0500 Subject: [PATCH] Small tweaks --- themes/V3/Blank/snippets.js | 2 +- themes/V3/Blank/style.less | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/themes/V3/Blank/snippets.js b/themes/V3/Blank/snippets.js index 632c9e5f7..e437c0535 100644 --- a/themes/V3/Blank/snippets.js +++ b/themes/V3/Blank/snippets.js @@ -122,7 +122,7 @@ module.exports = [ {{homebreweryIcon}} The Homebrewery - [Homebrewery.NaturalCrit.com](https://homebrewery.naturalcrit.com) + [Homebrewery.Naturalcrit.com](https://homebrewery.naturalcrit.com) }}\n\n`; }, } diff --git a/themes/V3/Blank/style.less b/themes/V3/Blank/style.less index 89a4fdb5c..5f95d7593 100644 --- a/themes/V3/Blank/style.less +++ b/themes/V3/Blank/style.less @@ -463,15 +463,17 @@ body { } //***************************** -//* CREDITS +//* CREDITS //*****************************/ .page .homebreweryCredits { - font-family: "NodestoCapsWide"; - font-size: .4cm; - line-height: 1em; - text-align: center; - text-indent: 0; - letter-spacing: .08em; + p { + font-family: "NodestoCapsWide"; + font-size: .4cm; + line-height: 1em; + text-align: center; + text-indent: 0; + letter-spacing: .08em; + } a { color: inherit; text-decoration: none; @@ -480,9 +482,9 @@ body { } } .homebreweryIcon { - margin: 10px auto; + margin: 0 auto; display: block; - height: 75px; + height: 1.5cm; mask: url(/assets/naturalCritLogoWhite.svg) center / contain no-repeat; -webkit-mask: url(/assets/naturalCritLogoWhite.svg) center / contain no-repeat; background-color: black;