feat: update learn intro (#39393)

* feat: update learn into

* fix: make text more readable

* fix: adjust global font smoothing

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
This commit is contained in:
Mrugesh Mohapatra
2020-08-13 16:03:03 +05:30
committed by GitHub
parent 35c3609489
commit 42686db303
4 changed files with 70 additions and 17 deletions

View File

@@ -46,3 +46,16 @@
.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;
}
}