Replace icons with better ones and add the new overlay #18

Merged
btlogy merged 2 commits from 12.better-images into main 2024-12-17 16:50:58 +00:00
Showing only changes of commit e690743549 - Show all commits

View File

@ -42,6 +42,8 @@ body {
}
#documentation .feature__wrapper {
display: flex;
flex-wrap: wrap;
margin-bottom: auto;
}
@ -52,7 +54,6 @@ body {
.feature__item {
background-color: #eee;
height: 15em;
margin-bottom: 1em;
border-radius: 4px;
}
@ -93,13 +94,11 @@ body {
}
#contribute .feature__wrapper {
display: flex;
flex-wrap: wrap;
margin-bottom: auto;
}
#contribute .feature__item {
height: 16em;
}
#blog {
margin-top: 2em;
background-color: #eee;
@ -107,6 +106,8 @@ body {
}
.entries-grid {
display: flex;
flex-wrap: wrap;
background-color: #eee;
margin-bottom: auto;
padding-left: 1em;
@ -135,20 +136,12 @@ body {
margin-right: auto;
}
.entries-grid::after {
clear: both;
content: "";
display: table;
}
#about {
#about .feature__wrapper {
display: flex;
flex-wrap: wrap;
background-color: #fff;
}
#about .feature__item {
height: 12em;
}
#about .feature__item .archive__item-title {
padding-top: 0.5em;
}