added dates to projects
This commit is contained in:
@@ -194,6 +194,7 @@
|
||||
|
||||
a:link {
|
||||
color: var(--color-link-unvisited);
|
||||
text-decoration-style: dashed;
|
||||
}
|
||||
/* visited link */
|
||||
a:visited {
|
||||
@@ -248,6 +249,7 @@
|
||||
|
||||
.project-banner {
|
||||
margin: 0; /* reset left/right margins */
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.project-icon {
|
||||
@@ -259,19 +261,23 @@
|
||||
.project-date {
|
||||
font-size: 1rem;
|
||||
font-weight: 700;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
line-height: 1rem;
|
||||
width: fit-content;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: 1rem;
|
||||
|
||||
|
||||
color: var(--color-text-dark);
|
||||
background-color: var(--color-highlight);
|
||||
font-family: 'Space Mono', monospace;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.project-date-embed {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.pixelated-img {
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user