8 lines
79 B
CSS
8 lines
79 B
CSS
|
.banner {
|
||
|
margin-top: 1em;
|
||
|
}
|
||
|
|
||
|
.banner p:last-of-type {
|
||
|
margin-bottom: 0;
|
||
|
}
|