Added global app style (fonts/variables/scss)

This commit is contained in:
Alexis
2021-03-03 11:13:07 +01:00
parent db69fe4611
commit 43ce649204
11 changed files with 197 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="home">
<header class="profile-header">
<h1>My Profile</h1>
<h2>My Profile</h2>
<hr />
<h2>Profile for {{ user.name }}</h2>
</header>