|
@@ -255,12 +255,15 @@ a {
|
|
|
|
|
|
.layout--onecol .block-block-content {
|
|
|
display: grid;
|
|
|
- grid-template-columns: 1fr repeat(8, 2fr) 1fr; }
|
|
|
+ grid-template-columns: 1fr repeat(8, 2fr) 1fr;
|
|
|
+ position: relative; }
|
|
|
|
|
|
.layout--onecol .field--type-link {
|
|
|
grid-area: 8 / span 9;
|
|
|
grid-row: 0;
|
|
|
justify-self: end;
|
|
|
+ position: relative;
|
|
|
+ top: -200%;
|
|
|
width: fit-content;
|
|
|
height: fit-content;
|
|
|
padding: 0.4rem 1rem;
|