Skip to content
Snippets Groups Projects
Commit 9625c3c2 authored by Štěpán Farka's avatar Štěpán Farka
Browse files

[WIP] person

parent 7d07f9d3
No related branches found
No related tags found
2 merge requests!607Pirati.cz,!575Feature/pirati cz
Pipeline #9417 passed
...@@ -85,19 +85,19 @@ ...@@ -85,19 +85,19 @@
</h2> </h2>
<div class="__js-root twitter-carousel-root"> <div class="__js-root twitter-carousel-root">
<ui-twitter-carousel> <ui-twitter-carousel>
<div class="md:w-1/3 lg:w-1/4 pr-2"> <div class="w-full flex max-w-xs">
{{> molecules-twitter-box }} {{> molecules-twitter-box }}
</div> </div>
<div class="md:w-1/3 lg:w-1/4 pr-2"> <div class="w-full flex max-w-xs">
{{> molecules-twitter-box }} {{> molecules-twitter-box }}
</div> </div>
<div class="md:w-1/3 lg:w-1/4 pr-2"> <div class="w-full flex max-w-xs">
{{> molecules-twitter-box }} {{> molecules-twitter-box }}
</div> </div>
<div class="md:w-1/3 lg:w-1/4"> <div class="w-full flex max-w-xs">
{{> molecules-twitter-box }} {{> molecules-twitter-box }}
</div> </div>
<div class="md:w-1/3 lg:w-1/4"> <div class="w-full flex max-w-xs">
{{> molecules-twitter-box }} {{> molecules-twitter-box }}
</div> </div>
</ui-twitter-carousel> </ui-twitter-carousel>
......
...@@ -186,12 +186,12 @@ ...@@ -186,12 +186,12 @@
top: -2.6rem; top: -2.6rem;
} }
&:before { &:before {
background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(255,255,255,1) 100%);
content: ''; content: '';
height: 100%; height: 100%;
position: absolute;
right: 0; right: 0;
position: absolute;
width: 20%; width: 20%;
z-index: 100; z-index: 100;
background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(255,255,255,1) 100%);
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment