Improve Section spacing
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user