Improve Section spacing

This commit is contained in:
Johannes Zellner
2025-02-10 16:11:36 +01:00
parent a2fdefb6a6
commit c43ba46c97
2 changed files with 29 additions and 25 deletions
+6 -2
View File
@@ -10,7 +10,7 @@ export default {
</script>
<template>
<div>
<div class="section">
<h2 class="section-header">
{{ title }}
<div><slot name="header-buttons"></slot></div>
@@ -25,6 +25,10 @@ export default {
<style scoped>
.section {
margin-bottom: 50px;
}
.section-header {
display: flex;
flex-wrap: wrap;
@@ -33,7 +37,7 @@ export default {
gap: 5px;
padding-left: 15px;
padding-right: 15px;
margin-top: 50px;
margin-top: 10px;
}
.section-divider {