File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 8
8
< div class ="ml-4 flex items-center text-title text-dark uppercase tracking-[.25em] ">
9
9
{{ card.header }}
10
10
</ div >
11
- < div class ="flex gap-30px mob:flex-col mob:gap-15px scroll-mt-[185px] " [id] ="card.anchor ">
11
+ < div
12
+ class ="flex justify-between gap-30px mob:flex-col mob:gap-15px scroll-mt-[185px] "
13
+ [id] ="card.anchor ">
12
14
< div class ="flex-[55%] rounded-10px bg-full-white p-15px ">
13
15
< div class ="flex items-start gap-2.5 mb-5 ">
14
16
< img
24
26
< div class ="flex flex-col mt-2.5 gap-2.5 ">
25
27
@if (card.customCodeProvider) {
26
28
< pre class ="flex text-span ">
27
- < code class ="bg-white w-full h-fit pl-15px rounded-10px border-none overflow-hidden whitespace-pre-line " language ="html " [highlight] ="card.customCodeProvider "> </ code >
29
+ < code class ="bg-white w-full h-fit pl-15px rounded-10px border-none overflow-hidden whitespace-pre-wrap " language ="html " [highlight] ="card.customCodeProvider "> </ code >
28
30
< img height ="18 " width ="13 " [ngSrc] ="'input-vector' | asset : openSourceCardsPath " class ="relative right-5 self-center " alt ="Input vector " />
29
31
</ pre >
30
32
}
You can’t perform that action at this time.
0 commit comments