Adjust spacing

This commit is contained in:
Cagatay Civici 2023-10-06 20:23:12 +03:00
parent ef6c3219cb
commit 9b30ce7d1a
2 changed files with 9 additions and 5 deletions

View file

@ -1,6 +1,6 @@
<template>
<template v-for="(doc, i) of docs" :key="doc.label + '_' + i">
<section class="py-3">
<section class="py-4">
<template v-if="doc.children">
<div :id="doc.id">
<DocSectionText :id="doc.id" :label="doc.label">