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:
committed by
GitHub
parent
35c3609489
commit
42686db303
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user