1

CSS Tinkering

This commit is contained in:
Evan Pratten 2024-11-24 18:10:13 -05:00
parent c7e65bb44c
commit d92a7c5f53
4 changed files with 7 additions and 3 deletions

View File

@ -16,6 +16,7 @@ ul {
}
li {
font-size: 1.25rem;
& > p {
margin-top: 16px;
}

View File

@ -7,7 +7,7 @@ table {
overflow: auto;
// NOTE: Things don't look great if you do this
// margin: auto;
margin: auto;
td,
th {

View File

@ -4,6 +4,7 @@ p {
margin-top: 0;
margin-bottom: 16px;
padding: 0 0.25em;
font-size: 1.25rem;
text-align: justify;
hyphens: auto;

View File

@ -1,7 +1,8 @@
// 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=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;
@ -10,8 +11,9 @@ $content-max-width: 800px;
body {
margin: 1em;
// font-family: serif;
font-family: "Noto Sans", sans-serif;
font-family: "Overlock", sans-serif;
font-optical-sizing: auto;
background-color: #f7f4f4;
}
a {