Andley_BT-Notes/assets/css/style.scss

30 lines
561 B
SCSS
Raw Normal View History

--
---
@import "{{ site.theme }}";
ruby {
display: inline-flex;
flex-direction: column-reverse ;
align-items: center;
font-size: 16px ;
line-height: 16px ;
padding-bottom: 10px ;
font-family: 'EB Garamond', 'Noto Sans TC', serif;
}
rt {
font-size: 13px ;
line-height: 13px ;
font-family: 'Ubuntu Condensed', 'Noto Sans TC', sans-serif;
}
ul ruby {
padding-bottom: 3px !important;
}
h1 {
color: #C00000;
text-align: center;
border-bottom: 4px double ;
}
h2 {
text-align: center;
}