Registration and activation

This commit is contained in:
Torsten Schulz
2024-07-20 20:43:18 +02:00
parent 3880a265eb
commit bbf4a2deb3
51 changed files with 3016 additions and 69 deletions

View File

@@ -43,12 +43,13 @@ export default {
<style lang="scss" scoped>
@import '../assets/styles.scss';
nav {
nav > ul{
display: flex;
justify-content: space-between;
background-color: #343a40;
color: white;
padding: 10px;
flex-direction: row;
}
ul {
list-style-type: none;