Sha256: b043048c4ab716c1dbd256a446f14a0dcac3b2d69ecba07a51be22302e30a8af
Contents?: true
Size: 960 Bytes
Versions: 1
Compression:
Stored size: 960 Bytes
Contents
/*! * Blog customization (https://gitlab.com/areguera/jekyll-theme-centos/) * Copyright 2020-2021 Alain Reguera Delgado * Licensed under MIT (https://gitlab.com/areguera/jekyll-theme-centos/-/blob/master/LICENSE) */ .aside { &__content { .entry { border-bottom: 1px solid $body-bg; margin-bottom: 1.5rem; } .widget ul { padding-left: 0; } .comment-list { padding-left: 0; } .comment-list li { list-style: none; margin-top: 1rem; margin-bottom: 1rem; } .avatar { border-radius: 50px; margin-right: 1rem; margin-bottom: 1rem; } .comment-body { border-radius: 10px; background: #f8f8f8; padding: 1rem; } .comment-form-author textarea, input[type="text"], .comment-form-comment textarea { width: 100%; } } &__nav { .searchform input[type="text"] { width: 80%; margin-bottom: 2rem; } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-centos-0.7.1 | _sass/centos/centos-blog.scss |