generated from cms/tibi-docs
last changes
This commit is contained in:
@@ -109,18 +109,21 @@
|
||||
}
|
||||
.inner-container {
|
||||
display: flex;
|
||||
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
align-items: flex-start;
|
||||
@media @tablet {
|
||||
align-items: center;
|
||||
}
|
||||
width: 100%;
|
||||
height: fit-content;
|
||||
|
||||
.titles {
|
||||
padding: 0 5%;
|
||||
font-weight: normal;
|
||||
h1 {
|
||||
font-size: 2rem;
|
||||
padding: 10px 0px;
|
||||
padding: 20px 0px;
|
||||
margin: 10px 0px 20px 0px;
|
||||
line-height: 1;
|
||||
position: relative;
|
||||
@@ -143,16 +146,17 @@
|
||||
min-width: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
@media @tablet {
|
||||
.titles {
|
||||
font-weight: normal;
|
||||
h1 {
|
||||
font-size: 4rem;
|
||||
padding: 20px 0px;
|
||||
font-size: 3.4rem;
|
||||
padding: 20px 20px;
|
||||
margin: 20px 0px 40px 0px;
|
||||
}
|
||||
h2 {
|
||||
font-size: 1.6rem;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
}
|
||||
.description {
|
||||
|
||||
Reference in New Issue
Block a user