hugo-theme-cybercards/assets/sass/_custom.scss
2020-03-08 16:38:47 +01:00

24 lines
302 B
SCSS

.pagination {
display: flex;
justify-content: center;
}
.post-title {
text-decoration: none;
}
.sb-box ul {
list-style: none;
padding: 0;
text-align: justify;
}
.sb-box {
padding: 0 15px 0 15px;
border: 1px solid $grey-color-light;
}
.sb-box h3 {
margin-top: 10px;
}