portfoligor/assets/scss/_texts.scss

30 lines
351 B
SCSS

////////////////////
// //
// Texts //
// //
////////////////////
.verse {
line-height: $line-height-verse;
p {
margin-bottom: 1rem;
}
br {
margin-bottom: .5rem;
}
}
.main-header,
.main-footer {
a {
text-decoration: none;
}
}
a:hover,
.main-header a:hover {
font-weight: bold;
}