24 lines
302 B
SCSS
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;
|
|
}
|
|
|