mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 20:36:19 +08:00
17 lines
186 B
CSS
17 lines
186 B
CSS
.external {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.separator h1{
|
|
text-align: center;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.slot > * {
|
|
margin-bottom: 8px;
|
|
|
|
&:last-child {
|
|
margin-bottom: 0px;
|
|
}
|
|
}
|