wip(sreez): Main page first version of packaged offering

This commit is contained in:
Jean-Gabriel Gill-Couture
2024-03-01 10:06:10 -05:00
parent bc7b0f4f06
commit 315bff8a53
3 changed files with 99 additions and 0 deletions

View File

@@ -12,6 +12,10 @@ h1 {
}
}
ol {
list-style-type: decimal;
}
.card-list {
display: flex;
flex-direction: row;
@@ -38,3 +42,37 @@ h1 {
}
}
}
.md-container {
max-width: 800px;
margin: auto;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
ol.huge-list-markers li{
margin-bottom: 5rem;
&::marker {
font-size: 4rem;
font-weight: 800;
margin: 2rem;
}
}
.text-3x {
font-size: 3rem;
}
.text-4x {
font-size: 4rem;
}
.font-bold {
font-weight: 800;
}