diff --git a/_src/_assets/scss/_hero.scss b/_src/_assets/scss/_hero.scss index 920215e..fbc8005 100644 --- a/_src/_assets/scss/_hero.scss +++ b/_src/_assets/scss/_hero.scss @@ -56,6 +56,17 @@ $edge-height: $spacer * 4; bottom: -($edge-height); } } + + .button { + background: none; + border: 1.5px solid rgba($brand-05, .2); + color: rgba($brand-05, .8); + + &:hover, + &:focus { + color: $brand-05; + } + } } .menu__link { @@ -141,7 +152,7 @@ $edge-height: $spacer * 4; .starbase__item--mooncycle { margin-bottom: -4rem; - animation: bicycle 8s both 1s; + animation: bicycle 8s both 2s; } @keyframes bicycle { diff --git a/_src/_assets/scss/page-front.scss b/_src/_assets/scss/page-front.scss index 4e070a5..bee562b 100644 --- a/_src/_assets/scss/page-front.scss +++ b/_src/_assets/scss/page-front.scss @@ -159,7 +159,7 @@ .article__image { width: 100%; - min-height: 5rem; + min-height: 6.5rem; background-position: center center; background-size: cover; background-repeat: no-repeat;