Greatly improved look and feel of site navigation

This commit is contained in:
Thaum Rystra
2020-05-02 17:09:56 +02:00
parent 073578b90d
commit d649fb9d54
26 changed files with 1035 additions and 831 deletions

View File

@@ -1,6 +1,9 @@
<template lang="html" functional>
<template
lang="html"
functional
>
<div class="column-layout">
<slot/>
<slot />
</div>
</template>
@@ -11,7 +14,7 @@ export default {
<style lang="css" scoped>
.column-layout {
column-count: 4;
column-count: 12;
column-fill: balance;
column-gap: 0;
column-width: 240px;