wip(sreez): Main page first version of packaged offering
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user