Compare commits
No commits in common. "acf1c1c0f26df23d152ce4fc0f42592b52e82b16" and "7393c648fb8084b1c9edf123056181c706b0b761" have entirely different histories.
acf1c1c0f2
...
7393c648fb
2 changed files with 15 additions and 40 deletions
|
@ -7108,35 +7108,25 @@ label.panel-block {
|
||||||
color: #0D1E34; }
|
color: #0D1E34; }
|
||||||
|
|
||||||
.title.is-1 {
|
.title.is-1 {
|
||||||
font-size: 3.5rem;
|
font-size: 5.63rem;
|
||||||
line-height: 1.07em; }
|
line-height: 1.07em; }
|
||||||
@media screen and (min-width: 1024px) {
|
|
||||||
.title.is-1 {
|
|
||||||
font-size: 5.63rem; } }
|
|
||||||
.title.is-2 {
|
.title.is-2 {
|
||||||
font-size: 2.5rem;
|
font-size: 3.5rem;
|
||||||
line-height: 1.14em; }
|
line-height: 1.14em; }
|
||||||
@media screen and (min-width: 1024px) {
|
|
||||||
.title.is-2 {
|
|
||||||
font-size: 3.5rem; } }
|
|
||||||
.title.is-3 {
|
.title.is-3 {
|
||||||
font-size: 1.75rem;
|
font-size: 2.5rem;
|
||||||
line-height: 1.2em; }
|
line-height: 1.2em; }
|
||||||
@media screen and (min-width: 1024px) {
|
|
||||||
.title.is-3 {
|
|
||||||
font-size: 2.5rem; } }
|
|
||||||
.title.is-4 {
|
.title.is-4 {
|
||||||
font-size: 1.25rem;
|
font-size: 1.75rem;
|
||||||
line-height: 1.43em; }
|
line-height: 1.43em; }
|
||||||
@media screen and (min-width: 1024px) {
|
|
||||||
.title.is-4 {
|
|
||||||
font-size: 1.75rem; } }
|
|
||||||
.title.is-5 {
|
.title.is-5 {
|
||||||
font-size: 1.1rem;
|
font-size: 1.25rem;
|
||||||
line-height: 1.2em; }
|
line-height: 1.2em; }
|
||||||
@media screen and (min-width: 1024px) {
|
|
||||||
.title.is-5 {
|
|
||||||
font-size: 1.25rem; } }
|
|
||||||
.title.is-6 {
|
.title.is-6 {
|
||||||
font-size: 0.88rem;
|
font-size: 0.88rem;
|
||||||
line-height: 1.43em; }
|
line-height: 1.43em; }
|
||||||
|
|
|
@ -29,42 +29,27 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.title.is-1 {
|
.title.is-1 {
|
||||||
font-size: $size-2;
|
font-size: $size-1;
|
||||||
@include desktop {
|
|
||||||
font-size: $size-1;
|
|
||||||
}
|
|
||||||
line-height: 1.07em;
|
line-height: 1.07em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title.is-2 {
|
.title.is-2 {
|
||||||
font-size: $size-3;
|
font-size: $size-2;
|
||||||
@include desktop {
|
|
||||||
font-size: $size-2;
|
|
||||||
}
|
|
||||||
line-height: 1.14em;
|
line-height: 1.14em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title.is-3 {
|
.title.is-3 {
|
||||||
font-size: $size-4;
|
font-size: $size-3;
|
||||||
@include desktop {
|
|
||||||
font-size: $size-3;
|
|
||||||
}
|
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title.is-4 {
|
.title.is-4 {
|
||||||
font-size: $size-5;
|
font-size: $size-4;
|
||||||
@include desktop {
|
|
||||||
font-size: $size-4;
|
|
||||||
}
|
|
||||||
line-height: 1.43em;
|
line-height: 1.43em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title.is-5 {
|
.title.is-5 {
|
||||||
font-size: 1.1rem;
|
font-size: $size-5;
|
||||||
@include desktop {
|
|
||||||
font-size: $size-5;
|
|
||||||
}
|
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue