portfoligor/assets/scss/_texts.scss

25 lines
295 B
SCSS
Raw Normal View History

////////////////////
// //
2021-10-29 22:34:24 +02:00
// Texts //
// //
////////////////////
.verse {
line-height: $line-height-verse;
p {
margin-bottom: 1rem;
}
br {
margin-bottom: .5rem;
}
}
2021-10-29 22:34:24 +02:00
.main-header,
.main-footer {
a {
text-decoration: none;
}
}