mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-18 14:22:42 +00:00
Fix font in v3. Clean up LESS formatting.
This commit is contained in:
@@ -267,23 +267,24 @@ body {
|
||||
// * ARTIST CREDIT BLOCK
|
||||
// *****************************/
|
||||
.artist {
|
||||
position:absolute;
|
||||
text-align:center;
|
||||
font-family:'WalterTurncoat','ScalySansSmallCapsRemake', sans-serif;
|
||||
font-size:10px;
|
||||
position : absolute;
|
||||
text-align : center;
|
||||
font-family : WalterTurncoat;
|
||||
font-size : 0.27cm;
|
||||
p, p + p {
|
||||
margin:unset;
|
||||
text-indent:unset;
|
||||
line-height:1em;
|
||||
margin : unset;
|
||||
text-indent : unset;
|
||||
line-height : 1em;
|
||||
}
|
||||
h5 {
|
||||
font-size:1.3em;
|
||||
font-size : 1.3em;
|
||||
font-family : WalterTurncoat;
|
||||
}
|
||||
a{
|
||||
color:black;
|
||||
text-decoration:unset;
|
||||
color : black;
|
||||
text-decoration : unset;
|
||||
&:hover {
|
||||
text-decoration:underline;
|
||||
text-decoration :underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user