minor stuff
This commit is contained in:
parent
8d3aadb544
commit
d11585c6e7
2 changed files with 2 additions and 1 deletions
1
notes
1
notes
|
@ -8,6 +8,7 @@ noted fonts:
|
||||||
"Averia Serif Libre",cursive
|
"Averia Serif Libre",cursive
|
||||||
Architects Daughter https://fonts.google.com/specimen/Architects+Daughter
|
Architects Daughter https://fonts.google.com/specimen/Architects+Daughter
|
||||||
Courier New
|
Courier New
|
||||||
|
Gloock https://fonts.google.com/specimen/Gloock
|
||||||
Milonga https://fonts.google.com/specimen/Milonga
|
Milonga https://fonts.google.com/specimen/Milonga
|
||||||
ET Book https://edwardtufte.github.io/et-book/
|
ET Book https://edwardtufte.github.io/et-book/
|
||||||
Hanuman https://fonts.google.com/specimen/Hanuman
|
Hanuman https://fonts.google.com/specimen/Hanuman
|
||||||
|
|
|
@ -139,11 +139,11 @@ blockquote {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*might need to become grid when adding in table of contents and sidenotes*/
|
||||||
#content-outer {
|
#content-outer {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: column;
|
|
||||||
}
|
}
|
||||||
.icon {
|
.icon {
|
||||||
width: 2rem;
|
width: 2rem;
|
||||||
|
|
Loading…
Reference in a new issue