mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-09 09:22:38 +00:00
Small tweaks
This commit is contained in:
@@ -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`;
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user