mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 18:12:40 +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-size : cover;
|
||||
|
||||
.quote p::first-line {
|
||||
text-transform: none;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
&:after {
|
||||
background-image : url(/assets/DMG_footerAccent.png);
|
||||
height: 58px;
|
||||
|
||||
@@ -245,10 +245,15 @@ body {
|
||||
// * QUOTE
|
||||
// *****************************/
|
||||
.quote {
|
||||
|
||||
|
||||
p {
|
||||
font-style :italic;
|
||||
line-height :.5cm;
|
||||
|
||||
&::first-line {
|
||||
text-transform: uppercase;
|
||||
font-style: normal;
|
||||
}
|
||||
}
|
||||
|
||||
li {
|
||||
|
||||
Reference in New Issue
Block a user