old one basically bitrotted to death, may it rinse in prosciutto Reviewed-on: #1 Co-authored-by: flashwave <me@flash.moe> Co-committed-by: flashwave <me@flash.moe>
14 lines
258 B
CSS
14 lines
258 B
CSS
.comments-notice {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
font-size: 1.4em;
|
|
line-height: 1.5em;
|
|
gap: 6px;
|
|
padding: 12px;
|
|
margin: 2px;
|
|
}
|
|
.comments-notice-inner {
|
|
flex: 0 1 auto;
|
|
}
|