Remove top/bottom margin from the first/last element in <aside>
This commit is contained in:
@ -215,6 +215,14 @@ aside {
|
||||
margin-inline-start: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
:first-child {
|
||||
margin-block-start: 0;
|
||||
}
|
||||
|
||||
:last-child {
|
||||
margin-block-end: 0;
|
||||
}
|
||||
}
|
||||
|
||||
details {
|
||||
|
Reference in New Issue
Block a user