generated from cms/tibi-docs
This commit is contained in:
@@ -112,8 +112,10 @@
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: flex-start;
|
||||
gap: 20px;
|
||||
@media @tablet {
|
||||
align-items: center;
|
||||
gap: initial;
|
||||
}
|
||||
width: 100%;
|
||||
height: fit-content;
|
||||
@@ -123,7 +125,10 @@
|
||||
font-weight: 500;
|
||||
h1 {
|
||||
font-size: 2rem;
|
||||
padding: 20px 0px;
|
||||
padding: 10px 0px 0px 0px;
|
||||
@media @tablet {
|
||||
padding: 20px 0px;
|
||||
}
|
||||
margin: 10px 0px 20px 0px;
|
||||
line-height: 1;
|
||||
font-weight: 500;
|
||||
@@ -131,7 +136,10 @@
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.6rem !important;
|
||||
font-size: 1rem !important;
|
||||
@media @tablet {
|
||||
font-size: 1.6rem !important;
|
||||
}
|
||||
line-height: 1;
|
||||
font-family: "Libre Franklin", sans-serif;
|
||||
font-weight: 500;
|
||||
|
||||
Reference in New Issue
Block a user