minor improvements to work

This commit is contained in:
a 2021-12-16 07:02:45 -06:00
parent ff204d9bc6
commit 184136b3ad
2 changed files with 10 additions and 9 deletions

View file

@ -78,15 +78,13 @@
background: url("/icons/eqin.png"); background: url("/icons/eqin.png");
background-size: cover; background-size: cover;
} }
&.workuab { &.workuab:before {
&::before {
background: url("/icons/uab.png"); background: url("/icons/uab.png");
background-size: contain; background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
background-color: white; background-color: white;
} }
}
&__daterange { &__daterange {
margin-left: 0em; margin-left: 0em;
flex-basis: 10ch; flex-basis: 10ch;
@ -126,6 +124,9 @@
display: block; display: block;
} }
} }
.workeqin, .workuab, .workpixelfed {
.timeline-item__readmore {opacity: 0.4;}
}
} }
.cta { .cta {
.container { .container {

View file

@ -2,7 +2,7 @@
<main id="work"> <main id="work">
<header class="page-header section"> <header class="page-header section">
<div class="container"> <div class="container">
<h1 class="page-title">here's a timeline of the work i've done.</h1> <h1 class="page-title">Here's a timeline of the work I've done.</h1>
</div> </div>
</header> </header>
<section class="timeline section"> <section class="timeline section">