Andley_BG4e/assets/css/style.scss

37 lines
624 B
SCSS

---
---
@import "{{ site.theme }}";
ruby {
display: inline-flex;
flex-direction: column-reverse ;
align-items: center;
font-size: 16px ;
line-height: 15px ;
padding-bottom: 10px ;
font-family: 'SBL BibLit', 'Times New Roman', serif;
}
rt {
font-size: 13px ;
line-height: 13px ;
font-family: 'Arial Narrow', sans-serif;
}
ul ruby {
padding-bottom: 3px !important;
}
h1 {
color: #C00000;
text-align: center;
border-bottom: 4px double ;
}
h2 {
text-align: center;
}
strong {
color: red;
}
em {
color: blue;
font-weight:600;
}