Sync up section header styles

This commit is contained in:
Johannes Zellner
2025-01-17 15:12:26 +01:00
parent 62a6c243fe
commit 4534a729c7
2 changed files with 7 additions and 2 deletions
+6
View File
@@ -25,8 +25,14 @@ export default {
<style scoped>
.section-header {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
gap: 5px;
padding-left: 15px;
padding-right: 15px;
margin-top: 50px;
}
.section-divider {