Fix layout of topics when there is enough space

This commit is contained in:
Ramon Wenger 2024-07-30 11:06:14 +02:00 committed by Christian Cueni
parent 537c614a57
commit 17b466ea29
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ const filteredCircles = computed(() => {
</script>
<template>
<div class="border-l border-gray-500" :class="topicIndex == 0 ? 'ml-6 sm:ml-12' : ''">
<div class="basis-40 border-l border-gray-500 first:ml-6 first:sm:ml-12">
<p
:id="`topic-${topic.slug}`"
class="inline-block h-12 self-start px-4 font-bold text-gray-800"