Remove border and margin from feature__wrapper
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
7ace592d9f
commit
8fd3c95684
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ body {
|
|||
margin-bottom: auto;
|
||||
}
|
||||
|
||||
.feature__wrapper {
|
||||
border-bottom: unset;
|
||||
margin-bottom: unset;
|
||||
}
|
||||
|
||||
.feature__item {
|
||||
background-color: #eee;
|
||||
height: 13em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue