diff --git a/assets/scss/work/index.scss b/assets/scss/work/index.scss index 933d131..b5b18d9 100644 --- a/assets/scss/work/index.scss +++ b/assets/scss/work/index.scss @@ -1,4 +1,26 @@ #work { + .page-header .container { + display: flex; + flex-flow: row wrap; + justify-content: space-between; + align-content: center; + .page-title { + margin-right: 1em; + margin-bottom: 1em; + } + } + .resume-link { + height: 3em; + background: #06f; + color: white; + display: flex; + justify-content: center; + align-items: center; + padding: 0 1em; + border-radius: 6px; + text-decoration: none; + font-weight: 700; + } .timeline { position: relative; max-width: 60em; @@ -83,12 +105,12 @@ &__summary { flex-basis: 30ch; grid-area: summary; - line-height: 1.4 + line-height: 1.4; + margin-bottom: 0.5em; } &__readmore { width: 15ch; grid-area: readmore; - } } } diff --git a/layouts/work/list.html b/layouts/work/list.html index 1c31684..5a8b753 100644 --- a/layouts/work/list.html +++ b/layouts/work/list.html @@ -3,6 +3,7 @@