8 lines
136 B
CSS
8 lines
136 B
CSS
main>section#page>article *:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
main>section#page>article *:last-child {
|
|
margin-bottom: 0;
|
|
}
|