0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 09:22:38 +00:00

Small tweaks

This commit is contained in:
Trevor Buckner
2023-12-07 22:32:33 -05:00
parent 78d4d6fb7c
commit 05e56221f4
2 changed files with 12 additions and 10 deletions

View File

@@ -122,7 +122,7 @@ module.exports = [
{{homebreweryIcon}} {{homebreweryIcon}}
The Homebrewery The Homebrewery
[Homebrewery.NaturalCrit.com](https://homebrewery.naturalcrit.com) [Homebrewery.Naturalcrit.com](https://homebrewery.naturalcrit.com)
}}\n\n`; }}\n\n`;
}, },
} }

View File

@@ -463,15 +463,17 @@ body {
} }
//***************************** //*****************************
//* CREDITS //* CREDITS
//*****************************/ //*****************************/
.page .homebreweryCredits { .page .homebreweryCredits {
font-family: "NodestoCapsWide"; p {
font-size: .4cm; font-family: "NodestoCapsWide";
line-height: 1em; font-size: .4cm;
text-align: center; line-height: 1em;
text-indent: 0; text-align: center;
letter-spacing: .08em; text-indent: 0;
letter-spacing: .08em;
}
a { a {
color: inherit; color: inherit;
text-decoration: none; text-decoration: none;
@@ -480,9 +482,9 @@ body {
} }
} }
.homebreweryIcon { .homebreweryIcon {
margin: 10px auto; margin: 0 auto;
display: block; display: block;
height: 75px; height: 1.5cm;
mask: url(/assets/naturalCritLogoWhite.svg) center / contain no-repeat; mask: url(/assets/naturalCritLogoWhite.svg) center / contain no-repeat;
-webkit-mask: url(/assets/naturalCritLogoWhite.svg) center / contain no-repeat; -webkit-mask: url(/assets/naturalCritLogoWhite.svg) center / contain no-repeat;
background-color: black; background-color: black;