Skip to content

Commit

Permalink
feat: add responsive design for above desktop device
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuuriii committed Nov 15, 2023
1 parent 639c6cf commit ad3f19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/withSKilline/withSkilline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import Play from '@/assets/header/play.png';
export default function WithSkilline() {
return (
<Padding>
<div className='mt-[3rem] mb-[2rem]'>
<div className='flex items-center justify-center'>
<div className='mt-[9rem] mb-[2rem] flex min-[1488px]:justify-center'>
<div className='min-[1488px]:w-[70rem] flex items-center justify-center'>
<div className='flex mr-[3rem] flex-col xl:w-[50%] items-center xl:items-start'>
<h1
className='text-[#2F327D] mb-[1rem] font-[600] text-[1.5rem] text-center lg:text-left lg:text-[2rem] md:w-[38rem]'
Expand Down

0 comments on commit ad3f19f

Please sign in to comment.