Skip to content
Snippets Groups Projects
Commit 4786753c authored by Alexa Valentová's avatar Alexa Valentová
Browse files

bigger cards

parent 89ec6995
Branches
No related tags found
2 merge requests!1193bigger cards,!1192bigger cards
Pipeline #20120 passed
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
{% image self.image max-1000x1000 as resized_image %} {% image self.image max-1000x1000 as resized_image %}
<div <div
class="relative h-[33rem] rounded-3xl overflow-hidden bg-cover" class="relative h-[42rem] lg:h-[33rem] rounded-3xl overflow-hidden bg-cover"
style=" style="
{% if not self.background %} {% if not self.background %}
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
absolute top-0 left-0 absolute top-0 left-0
border border-r-[27rem] border-r-[transparent] border border-r-[27rem] border-r-[transparent]
border-l-0 border-t-[33rem] border-l-0 border-t-[42rem] lg:border-t-[33rem]
" "
style="border-top-color: #{{ self.bg_color }}" style="border-top-color: #{{ self.bg_color }}"
></div> ></div>
...@@ -51,7 +51,9 @@ ...@@ -51,7 +51,9 @@
<div <div
class=" class="
absolute bottom-4 right-4 block text-white opacity-75 text-right leading-5 font-condensed bottom-8 left-8 text-left
absolute block text-white opacity-75 leading-5 font-condensed
md:hidden md:hidden
" "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment