mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-11 13:22:39 +00:00
first line difference phb vs dmg
This commit is contained in:
@@ -8,6 +8,11 @@
|
|||||||
background-image : url(/assets/DMG_background.png);
|
background-image : url(/assets/DMG_background.png);
|
||||||
background-size : cover;
|
background-size : cover;
|
||||||
|
|
||||||
|
.quote p::first-line {
|
||||||
|
text-transform: none;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
background-image : url(/assets/DMG_footerAccent.png);
|
background-image : url(/assets/DMG_footerAccent.png);
|
||||||
height: 58px;
|
height: 58px;
|
||||||
|
|||||||
@@ -249,6 +249,11 @@ body {
|
|||||||
p {
|
p {
|
||||||
font-style :italic;
|
font-style :italic;
|
||||||
line-height :.5cm;
|
line-height :.5cm;
|
||||||
|
|
||||||
|
&::first-line {
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
|||||||
Reference in New Issue
Block a user