mirror of
https://github.com/ipdb/website.git
synced 2024-11-22 17:40:03 +01:00
hero visual hierarchy tweaks
This commit is contained in:
parent
86df7090de
commit
bdf330f0e1
@ -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 {
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user