Remove border and margin from feature__wrapper
All checks were successful
Jekyll / jekyll (pull_request) Successful in 25s
All checks were successful
Jekyll / jekyll (pull_request) Successful in 25s
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
7ace592d9f
commit
8fd3c95684
@ -41,6 +41,11 @@ body {
|
|||||||
margin-bottom: auto;
|
margin-bottom: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.feature__wrapper {
|
||||||
|
border-bottom: unset;
|
||||||
|
margin-bottom: unset;
|
||||||
|
}
|
||||||
|
|
||||||
.feature__item {
|
.feature__item {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
height: 13em;
|
height: 13em;
|
||||||
|
Loading…
Reference in New Issue
Block a user