mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-10 04:52:40 +00:00
Add Artist Snippet
Add Artist Snippet
This commit is contained in:
@@ -263,6 +263,32 @@ body {
|
||||
margin-bottom : 0em;
|
||||
}
|
||||
}
|
||||
//*****************************
|
||||
// * ARTIST CREDIT BLOCK
|
||||
// *****************************/
|
||||
.artist {
|
||||
position:absolute;
|
||||
text-align:center;
|
||||
font-family:'Walter Turncoat','ScalySansSmallCapsRemake', sans-serif;
|
||||
font-size:10px;
|
||||
p, p + p {
|
||||
margin:unset;
|
||||
text-indent:unset;
|
||||
line-height:1em;
|
||||
}
|
||||
h5 {
|
||||
font-size:1.3em;
|
||||
font-family:'Walter Turncoat'
|
||||
}
|
||||
a{
|
||||
color:black;
|
||||
text-decoration:unset;
|
||||
&:hover {
|
||||
text-decoration:underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//*****************************
|
||||
// * MONSTER STAT BLOCK
|
||||
// *****************************/
|
||||
|
||||
Reference in New Issue
Block a user