1
0
mirror of https://github.com/ipdb/website.git synced 2024-11-22 09:36:52 +01:00

hero visual hierarchy tweaks

This commit is contained in:
Matthias Kretschmann 2017-08-29 18:42:39 +02:00
parent 86df7090de
commit bdf330f0e1
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 13 additions and 2 deletions

View File

@ -56,6 +56,17 @@ $edge-height: $spacer * 4;
bottom: -($edge-height); 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 { .menu__link {
@ -141,7 +152,7 @@ $edge-height: $spacer * 4;
.starbase__item--mooncycle { .starbase__item--mooncycle {
margin-bottom: -4rem; margin-bottom: -4rem;
animation: bicycle 8s both 1s; animation: bicycle 8s both 2s;
} }
@keyframes bicycle { @keyframes bicycle {

View File

@ -159,7 +159,7 @@
.article__image { .article__image {
width: 100%; width: 100%;
min-height: 5rem; min-height: 6.5rem;
background-position: center center; background-position: center center;
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;