Metadata raedy in list pages

This commit is contained in:
2023-10-01 21:45:41 -07:00
parent 8bc18dcf99
commit 9e1585565c
9 changed files with 217 additions and 10 deletions

View File

@@ -91,6 +91,7 @@ html {
display:inline;
font-size: 1.5rem;
text-decoration: none;
color: #dcdcdc;
}
.socials:hover {
@@ -155,13 +156,9 @@ html {
.title-link { color: #EAA221; }
.title-link { text-decoration-color: #EAA221; }
.card {
padding: 1em;
margin: 1em;
min-width: 250px;
width: 50%;
a {
color: orange;
}
a { color:#dcdcdc; }
a:hover { color: #EAA221; }
.card-img {
@@ -170,9 +167,12 @@ a:hover { color: #EAA221; }
}
.card {
background-color: transparent;
max-width: 45%;
border-style: solid;
border-width: 3px;
padding: 1em;
margin: 1em;
max-width: 75%;
min-width: 250px;
}
ul.timeline {