Skip to content

Commit

Permalink
fix(client): horizontal scrolling with technology stats not showing u…
Browse files Browse the repository at this point in the history
…p anymore
  • Loading branch information
DaniloMurer committed Sep 24, 2024
1 parent 7c091a2 commit bab82a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/Technologies.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ onMounted(() => {
</script>

<template>
<div class="stats stats-vertical lg:stats-horizontal bg-base-300 p-2">
<div class="stats stats-vertical xl:stats-horizontal bg-base-300 p-2">
<div class="stat" v-for="technology in technologies">
<div class="stat-figure">
<span class="iconify iconify-color text-8xl" :class="technology.logoClass" />
Expand Down

0 comments on commit bab82a2

Please sign in to comment.