Init with some changes to the Serif Theme

This commit is contained in:
Waldehyd 2025-09-12 16:54:28 +02:00
commit 912d143813
243 changed files with 15251 additions and 0 deletions

View file

@ -0,0 +1,29 @@
.feature {
height: 100%;
border: 1px solid $white-offset;
border-radius: 3px;
padding: 20px;
background-color: #ffffff;
display: flex;
align-items: center;
flex-direction: column;
text-align: center;
.feature-image {
flex: 0 0 auto;
width: 80px;
height: 80px;
display: flex;
margin-bottom: 20px;
text-align: center;
}
img {
width: 100%;
height: auto;
}
.feature-title {
}
.feature-content {
margin-bottom: 0;
margin-top: auto;
}
}