WIP MMCM
This commit is contained in:
@@ -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;;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user