mirror of
https://github.com/aelve/guide.git
synced 2024-12-23 12:52:31 +03:00
Less line-height and margins in categories
This commit is contained in:
parent
f280968a41
commit
3c12af1283
@ -6,7 +6,7 @@
|
||||
justify-space-between
|
||||
>
|
||||
<v-flex
|
||||
class="mr-3 mt-4"
|
||||
class="mr-3 mt-3"
|
||||
column
|
||||
xs12
|
||||
sm5
|
||||
@ -70,6 +70,7 @@ export default class Categories extends Vue {
|
||||
}
|
||||
.category-title {
|
||||
display: block;
|
||||
line-height: 1.2;
|
||||
}
|
||||
.category-title:not(:last-child) {
|
||||
margin-bottom: 5px;
|
||||
|
Loading…
Reference in New Issue
Block a user