minor improvements to work
This commit is contained in:
parent
ff204d9bc6
commit
184136b3ad
2 changed files with 10 additions and 9 deletions
|
@ -78,14 +78,12 @@
|
|||
background: url("/icons/eqin.png");
|
||||
background-size: cover;
|
||||
}
|
||||
&.workuab {
|
||||
&::before {
|
||||
background: url("/icons/uab.png");
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-color: white;
|
||||
}
|
||||
&.workuab:before {
|
||||
background: url("/icons/uab.png");
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-color: white;
|
||||
}
|
||||
&__daterange {
|
||||
margin-left: 0em;
|
||||
|
@ -126,6 +124,9 @@
|
|||
display: block;
|
||||
}
|
||||
}
|
||||
.workeqin, .workuab, .workpixelfed {
|
||||
.timeline-item__readmore {opacity: 0.4;}
|
||||
}
|
||||
}
|
||||
.cta {
|
||||
.container {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<main id="work">
|
||||
<header class="page-header section">
|
||||
<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>
|
||||
</header>
|
||||
<section class="timeline section">
|
||||
|
|
Loading…
Reference in a new issue