12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- body{
- #header{
- a{
- font-size: $font16;
- }
- .language-selector{
- li{
- &:nth-child(-n+2){
- &::after{
- font-size: $font16;
- }
- }
- }
- }
- }
- #start{
- .content{
- p{
- font-size: $font16;
- line-height: 2rem;
- }
- }
- .citation{
- p{
- font-size: $font16;
- line-height: 2rem;
- }
- }
- #home, #contact{
- h1{
- font-family: $Regular;
- font-size: 26vw;
- }
- p, a {
- font-size: $font16;
- }
- }
- .chap{
- h2{
- font-size: $font36;
- }
- a{
- font-size: $font16;
- &.focus{
- font-size: $font18;
- }
- }
- }
- }
- }
|