Add programming-resources; swi->generic Nintendo;

Remove custom html from markdown, clean-up UI (again)

Signed-off-by: Paul W. <lambdapaul@protonmail.com>
This commit is contained in:
2024-02-13 18:01:07 -05:00
parent dc86590e6a
commit e3c70632e2
28 changed files with 392 additions and 304 deletions

View File

@@ -296,9 +296,9 @@ li {
position: relative;
}
@media screen and (min-width: 1018px) {
@media screen and (min-width: 818px) {
.container {
max-width: 1018px;
max-width: 818px;
margin: 0 auto;
position: relative;
}

View File

@@ -19,8 +19,8 @@
background-color: rgba(13, 17, 23, 0.97);
margin: 0 auto;
border-radius: 0;
font-size: 1.25rem;
line-height: 2rem;
font-size: 1.4rem;
line-height: 2.5rem;
padding: 2rem 1rem;
}

View File

@@ -30,33 +30,16 @@
}
.postTitle {
font-family: 'EB Garamond', 'Garamond', 'Times New Roman', Times, serif;
flex: 1 1 60%;
padding: .25rem 0.75rem;
}
.postTitle a {
text-decoration: none;
border: 1px dotted transparent;
transition: border-width 100ms ease-in-out;
}
.postTitle a:hover {
text-decoration: none;
border-bottom: 1px dotted var(--link-color);
}
.postTitle a:focus {
text-decoration: none;
border: 1px dotted var(--link-color);
}
.postDate {
flex: 1 1;
display: inline-block;
text-align: right;
font-style: italic;
font-size: 0.9rem;
font-size: 1rem;
padding: .25rem 0.50rem;
}
@@ -66,4 +49,4 @@
.more a {
text-decoration: none;
}
}