portfolio/_sass/_home.scss

34 lines
437 B
SCSS
Raw Normal View History

2023-12-17 15:16:04 +00:00
.home-description, .posts-container {
padding-bottom: 25px;
}
.thumbnail-container {
text-align: center;
img {
2023-12-18 09:52:36 +00:00
max-width: 100%;
max-height: 220px;
2023-12-17 15:16:04 +00:00
}
}
2023-12-26 04:37:38 +00:00
ul.pagination {
list-style: none;
display: flex;
gap: 2rem;
padding: 0;
margin-bottom: 0;
justify-content: center;
li.disabled {
opacity: 0.5;
.page-link i {
cursor: not-allowed;
}
}
.page-link i {
font-size: 1.75rem;
}
}