mirror of
https://github.com/wassname/talk.git
synced 2026-07-06 05:17:19 +08:00
12 lines
139 B
CSS
12 lines
139 B
CSS
.root {
|
|
width: 400px;
|
|
}
|
|
|
|
.gutterBottom {
|
|
margin-bottom: calc(2 px * $spacing-unit);
|
|
}
|
|
|
|
.author {
|
|
font-weight: $font-weight-medium;
|
|
}
|