Remove border and margin from feature__wrapper
Jekyll / jekyll (pull_request) Successful in 25s
Details
Jekyll / jekyll (pull_request) Successful in 25s
Details
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;
|
||||
}
|
||||
|
||||
.feature__wrapper {
|
||||
border-bottom: unset;
|
||||
margin-bottom: unset;
|
||||
}
|
||||
|
||||
.feature__item {
|
||||
background-color: #eee;
|
||||
height: 13em;
|
||||
|
|
Loading…
Reference in New Issue