feat: use lato for large blocks of words
This commit is contained in:
committed by
Kristofer Koishigawa
parent
2425f705c2
commit
504f835b7d
@ -20,3 +20,8 @@
|
||||
#learn-app-wrapper .reflex-container.horizontal > .reflex-splitter {
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
#description p,
|
||||
#instructions p {
|
||||
font-family: 'Lato', sans-serif;
|
||||
}
|
||||
|
@ -1,6 +1,7 @@
|
||||
.honesty-panel p {
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
font-family: 'Lato', sans-serif;
|
||||
}
|
||||
|
||||
.honesty-panel {
|
||||
|
@ -8,6 +8,11 @@
|
||||
margin-top: 1.45rem;
|
||||
}
|
||||
|
||||
.intro-layout p,
|
||||
.intro-layout li {
|
||||
font-family: 'Lato', sans-serif;
|
||||
}
|
||||
|
||||
.intro-toc .list-group-item {
|
||||
margin: 5px auto;
|
||||
}
|
||||
|
Reference in New Issue
Block a user