8 lines
81 B
CSS
8 lines
81 B
CSS
.container {
|
|
margin-bottom: 1em;
|
|
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|