mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-11 04:42:42 +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;
|
||||||
|
|||||||
@@ -245,10 +245,15 @@ body {
|
|||||||
// * QUOTE
|
// * QUOTE
|
||||||
// *****************************/
|
// *****************************/
|
||||||
.quote {
|
.quote {
|
||||||
|
|
||||||
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