--- --- @import "{{ site.theme }}"; $content-width:800px; $link-color: #0082c9; $bg-color: white; $txt-color: #333; $border-color: #e8e8e8; $header-height: 20vh; header.site-header{ border-top: none; min-height: $header-height; display: flex; align-items: center; a, a:visited { color : $txt-color; } .site-title{ @include relative-font-size(1.2); float:none; // visibility: hidden; // background-image: url('../assets/images/logo.svg'); } // .site-logo{ // background: url('../assets/images/logo.svg') no-repeat; // background-size: contain; // } .wrapper { width: $content-width; display: flex; justify-content: space-between; } .site-nav .page-link{ color: $bg-color; background-color: $txt-color; padding: 5px; font-variant: small-caps; @include relative-font-size(1); } } body{ @include relative-font-size(1.4); .home { .post-list li { p{ margin-bottom: 10px } } h3{ margin-bottom: 5px; border-bottom: 1px solid $border-color; } h3 a, h3 a:visited { // color: $bg-color; // background-color: $txt-color; width: 50%; // padding:5px; } background-color: $bg-color; color: $txt-color; .post-meta-tags-cats { margin-top:5px; @include relative-font-size(0.8); .post-meta::after{ color: $txt-color; content: " / "; } .post-meta-category:not(:last-child)::after{ content: " ยท "; } } .read-more{ @include relative-font-size(0.8); } } } .post-list{ @include relative-font-size(1.1); p{ @include relative-font-size(1); line-height: 200%; } } .post-content{ @include relative-font-size(1.1); h2 { font-weight: 600; margin-top: 25px; } } .wrapper{ max-width: $content-width; }