This commit is contained in:
Jonathan Chevalier
2022-10-06 13:40:20 +02:00
parent c219e317b1
commit 206f766c69
14 changed files with 53 additions and 2253 deletions

View File

@@ -2,10 +2,30 @@
/*@tailwind components;*/
/*@tailwind utilities;*/
@import 'https://fonts.googleapis.com/css?family=Montserrat';
.step_title{
text-align: left;
font-size: 1.125rem;
font-weight: 700;
color: #000;
font-family: 'Montserrat',sans-serif;
margin-bottom: 30px
}
.step_title:after {
width: 85px;
height: 3px;
background-color: #f91ea9;
content: "";
display: block;
margin: 10px 0 0;
}
#app {
max-width: 1280px;
margin: 0 auto;
margin: 1rem auto;
padding: 2rem;
text-align: center;
font-family: 'Montserrat',sans-serif;
background-color: #fff;;
}