0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-11 11:12:44 +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-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;

View File

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