home hover improvements, docs
This commit is contained in:
22
css/base.css
22
css/base.css
@@ -646,7 +646,8 @@ object {
|
||||
flex-direction: row;
|
||||
padding: 0;
|
||||
justify-content: flex-start;
|
||||
align-items: center; } }
|
||||
align-items: center;
|
||||
overflow: visible !important; } }
|
||||
@media (min-width: 769px) and (min-width: 769px) {
|
||||
.archive main section .home-wrapper-big article .metadata,
|
||||
.home main section .home-wrapper-big article .metadata {
|
||||
@@ -714,6 +715,19 @@ object {
|
||||
width: 40%;
|
||||
height: 1px;
|
||||
align-self: flex-start; }
|
||||
.archive main section .home-wrapper-big article .metadata .curvyArrow,
|
||||
.home main section .home-wrapper-big article .metadata .curvyArrow {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
height: 15rem;
|
||||
width: 7.5rem; }
|
||||
.archive main section .home-wrapper-big article .metadata .curvyArrow object,
|
||||
.home main section .home-wrapper-big article .metadata .curvyArrow object {
|
||||
height: 15rem;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: calc(-50% + 0.5px); }
|
||||
.archive main section .home-wrapper-big article.hovered h2 > a,
|
||||
.home main section .home-wrapper-big article.hovered h2 > a {
|
||||
color: #000; }
|
||||
@@ -750,12 +764,6 @@ object {
|
||||
.archive main section .home-wrapper-big.home-wrapper-1 article .metadata .filler,
|
||||
.home main section .home-wrapper-big.home-wrapper-1 article .metadata .filler {
|
||||
position: relative; }
|
||||
.archive main section .home-wrapper-big.home-wrapper-1 article .metadata .filler::after,
|
||||
.home main section .home-wrapper-big.home-wrapper-1 article .metadata .filler::after {
|
||||
content: url("../img/curvy_arrow.svg");
|
||||
position: absolute;
|
||||
top: -50%;
|
||||
right: 0; }
|
||||
.archive main section .home-wrapper-big.home-wrapper-1 article a.thumbnailwrapper,
|
||||
.home main section .home-wrapper-big.home-wrapper-1 article a.thumbnailwrapper {
|
||||
float: right; }
|
||||
|
||||
Reference in New Issue
Block a user