0
0
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:
Victor Losada Hernandez
2023-04-23 15:28:43 +02:00
parent da5d4236b6
commit 0abfb23ef2
2 changed files with 11 additions and 1 deletions

View File

@@ -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;

View File

@@ -245,10 +245,15 @@ body {
// * QUOTE
// *****************************/
.quote {
p {
font-style :italic;
line-height :.5cm;
&::first-line {
text-transform: uppercase;
font-style: normal;
}
}
li {