fix: update intro pages and learn map (#40745)

This commit is contained in:
Kristofer Koishigawa
2021-01-26 02:55:07 +09:00
committed by Mrugesh Mohapatra
parent 94e6219c39
commit 9ec8aa3db4
32 changed files with 701 additions and 441 deletions

View File

@@ -24,25 +24,23 @@
border: none;
}
.intro-description strong,
.intro-description p {
font-family: 'Lato', sans-serif;
font-size: 1.17rem;
}
@media (max-width: 500px) {
.quote-partial .blockquote {
font-size: 1.2rem;
border: none;
}
.intro-description strong,
.intro-description p {
font-size: 1rem;
}
}
.quote-author {
font-style: normal;
}
.intro-description strong,
.intro-description p {
font-family: 'Lato', sans-serif;
font-size: 1rem;
}
@media (min-width: 500px) {
.intro-description strong,
.intro-description p {
font-size: 1.22rem;
}
}