18 lines
226 B
SCSS
18 lines
226 B
SCSS
|
////////////////////
|
||
|
// //
|
||
|
// Textes //
|
||
|
// //
|
||
|
////////////////////
|
||
|
|
||
|
.verse {
|
||
|
line-height: $line-height-verse;
|
||
|
|
||
|
p {
|
||
|
margin-bottom: 1rem;
|
||
|
}
|
||
|
|
||
|
br {
|
||
|
margin-bottom: .5rem;
|
||
|
}
|
||
|
}
|