fix: update intro pages and learn map (#40745)
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
94e6219c39
commit
9ec8aa3db4
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user