Remove border and margin from feature__wrapper
Jekyll / jekyll (pull_request) Successful in 25s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-11-19 12:15:02 +01:00
parent 7ace592d9f
commit 8fd3c95684
1 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,11 @@ body {
margin-bottom: auto;
}
.feature__wrapper {
border-bottom: unset;
margin-bottom: unset;
}
.feature__item {
background-color: #eee;
height: 13em;