Added json content display and updated styling on main card item.

This commit is contained in:
2023-09-04 22:47:39 +01:00
parent 94cc74bcdb
commit bb14189833
9 changed files with 131 additions and 24 deletions

View File

@ -1,8 +1,13 @@
<script>
import json from '@rollup/plugin-json'
</script>
<style>
.main-container {
margin-left: 10%;
margin-right: 10%;
padding-top: 3em;
}
nav {