add dates to portfolio, add some content, add lightbox for portfolio images
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d43320e251
commit
10212022e9
29 changed files with 80 additions and 6 deletions
|
@ -6,6 +6,7 @@ $grey-medium: color.adjust($grey-vdark, $lightness: 15%);
|
|||
$grey-light: #4c566a;
|
||||
$white-dark: #d8dee9;
|
||||
$white-light: #eceff4;
|
||||
$white-vdark: color.adjust($white-light, $lightness: -15%);
|
||||
$blue: #88c0d0;
|
||||
$blue-med: #81a1c1;
|
||||
$blue-dark: #5e81ac;
|
||||
|
@ -25,6 +26,10 @@ body {
|
|||
margin: 0;
|
||||
margin-top: 0.2rem;
|
||||
|
||||
.col-white-vdark {
|
||||
color: $white-vdark;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 900px;
|
||||
margin-left: auto;
|
||||
|
@ -124,7 +129,7 @@ body {
|
|||
flex-wrap: wrap;
|
||||
margin-top: 1rem;
|
||||
|
||||
picture {
|
||||
a {
|
||||
display: block;
|
||||
height: 22vw;
|
||||
flex-grow: 1;
|
||||
|
@ -322,4 +327,12 @@ body {
|
|||
display: flex;
|
||||
flex-shrink: 0;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.sl-overlay {
|
||||
background: $grey-vdark !important;
|
||||
}
|
||||
|
||||
.sl-wrapper button {
|
||||
color: $text-default !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue