fix: Corrected inline style in section container
This commit is contained in:
		@@ -1,13 +1,14 @@
 | 
				
			|||||||
<script lang="ts">
 | 
					<script lang="ts">
 | 
				
			||||||
    export let label: string = "";
 | 
					    export let label: string = '';
 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<div id={label} class="relative flex flex-row w-full min-h-[300px] mt-5 mb-25">
 | 
					<div id={label} class="relative flex flex-row w-full min-h-[300px] mt-5 mb-25">
 | 
				
			||||||
    <!-- Sticky/Sliding Label -->
 | 
					    <!-- Sticky/Sliding Label -->
 | 
				
			||||||
    <div class="hidden md:flex flex-col items-center mr-6">
 | 
					    <div class="hidden md:flex flex-col items-center mr-6">
 | 
				
			||||||
        <div class="sticky top-24 left-0 z-10">
 | 
					        <div class="sticky top-24 left-0 z-10">
 | 
				
			||||||
            <span class="text-2xl font-bold text-blue-400 tracking-widest"
 | 
					            <span
 | 
				
			||||||
                  style="writing-mode: vertical-rl; text-orientation: mixed;">
 | 
					                class="text-2xl font-bold text-blue-400 tracking-widest [writing-mode:vertical-rl] [text-orientation:mixed]"
 | 
				
			||||||
 | 
					            >
 | 
				
			||||||
                {label}
 | 
					                {label}
 | 
				
			||||||
            </span>
 | 
					            </span>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user