Improved text styles
This commit is contained in:
parent
3b88688c93
commit
76311cd4b6
@ -31,13 +31,19 @@
|
|||||||
|
|
||||||
.page {
|
.page {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
font-size: 1.25rem;
|
||||||
|
font-family: serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
.page img {
|
||||||
max-height: 90%;
|
max-height: 90%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page p {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
.pageIndicator {
|
.pageIndicator {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user