2019-10-22 13:38:19 +03:00
|
|
|
.large-p {
|
|
|
|
font-size: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Buttons with a lot of text can overflow and mess up formatting on small
|
|
|
|
screens, this stops that unless the word itself is too large. */
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
white-space: pre-line;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo-row h2 {
|
|
|
|
height: 35px;
|
2022-01-14 22:23:34 +05:30
|
|
|
padding: 0 10px;
|
2019-10-22 13:38:19 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.landing-page ul {
|
|
|
|
list-style: none;
|
2022-01-14 22:23:34 +05:30
|
|
|
padding-left: 0;
|
2019-10-22 13:38:19 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.quote-partial .blockquote {
|
|
|
|
font-size: 1.3rem;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2021-01-26 02:55:07 +09:00
|
|
|
.intro-description strong,
|
|
|
|
.intro-description p {
|
|
|
|
font-family: 'Lato', sans-serif;
|
|
|
|
font-size: 1.17rem;
|
|
|
|
}
|
|
|
|
|
2019-10-22 13:38:19 +03:00
|
|
|
@media (max-width: 500px) {
|
|
|
|
.quote-partial .blockquote {
|
|
|
|
font-size: 1.2rem;
|
|
|
|
border: none;
|
|
|
|
}
|
2020-08-13 16:03:03 +05:30
|
|
|
|
|
|
|
.intro-description strong,
|
|
|
|
.intro-description p {
|
2021-01-26 02:55:07 +09:00
|
|
|
font-size: 1rem;
|
2020-08-13 16:03:03 +05:30
|
|
|
}
|
|
|
|
}
|
2021-01-26 02:55:07 +09:00
|
|
|
.quote-author {
|
|
|
|
font-style: normal;
|
|
|
|
}
|