Skip to content

Commit

Permalink
website / Center OSS ripple on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-de-pachtere committed Nov 4, 2024
1 parent dd9ed77 commit b798230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/website/src/views/home/ViewHomeOSS.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<LychenContainer class="flex flex-col-reverse gap-4 overflow-x-clip lg:flex-row">
<LychenContainer class="flex flex-col-reverse items-center gap-4 overflow-x-clip lg:flex-row">
<div class="flex basis-1/2 flex-col justify-center gap-4">
<LychenTitle variant="h2">{{ t('oss.title') }}</LychenTitle>
<LychenParagraph variant="website-default">{{ t('oss.description') }}</LychenParagraph>
Expand Down Expand Up @@ -44,7 +44,7 @@
>
</div>
<div
class="relative flex h-[300px] w-full flex-col items-center justify-center md:w-full lg:w-full lg:basis-1/2"
class="relative flex h-[300px] w-full flex-col items-center justify-center md:w-full lg:size-full lg:basis-1/2"
>
<p class="z-10 whitespace-pre-wrap text-center text-5xl font-medium tracking-tight">OSS</p>
<span>Open Source Software</span>
Expand Down

0 comments on commit b798230

Please sign in to comment.