CSS Tinkering
This commit is contained in:
parent
c7e65bb44c
commit
d92a7c5f53
@ -16,6 +16,7 @@ ul {
|
|||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
font-size: 1.25rem;
|
||||||
& > p {
|
& > p {
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,7 @@ table {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
// NOTE: Things don't look great if you do this
|
// NOTE: Things don't look great if you do this
|
||||||
// margin: auto;
|
margin: auto;
|
||||||
|
|
||||||
td,
|
td,
|
||||||
th {
|
th {
|
||||||
|
@ -4,6 +4,7 @@ p {
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
padding: 0 0.25em;
|
padding: 0 0.25em;
|
||||||
|
font-size: 1.25rem;
|
||||||
|
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
// Note: Some things are broken out into smaller files
|
// Note: Some things are broken out into smaller files
|
||||||
|
|
||||||
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
|
// @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=Overlock:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
|
||||||
|
|
||||||
$content-max-width: 800px;
|
$content-max-width: 800px;
|
||||||
|
|
||||||
@ -10,8 +11,9 @@ $content-max-width: 800px;
|
|||||||
body {
|
body {
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
// font-family: serif;
|
// font-family: serif;
|
||||||
font-family: "Noto Sans", sans-serif;
|
font-family: "Overlock", sans-serif;
|
||||||
font-optical-sizing: auto;
|
font-optical-sizing: auto;
|
||||||
|
background-color: #f7f4f4;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user