_sass/centos/centos-blog.scss in jekyll-theme-centos-0.7.0 vs _sass/centos/centos-blog.scss in jekyll-theme-centos-0.7.1

- old
+ new

@@ -1,5 +1,45 @@ /*! * 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; + } + } +}