Skip to content

Commit

Permalink
feat: add new style
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuuriii committed Nov 15, 2023
1 parent 8d428bc commit 0ad20ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/whatIs/card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface CardProps {
export default function Card({ index, bgImg, title, btnText }: CardProps) {
return (
<div
className={`relative flex xl:bg-[#171B4180] h-[20rem] rounded-[1rem] overflow-hidden w-[29rem] items-center justify-center mb-[1rem] sm:mr-[2rem] bg-women`}
className={`relative flex xl:bg-[#171B4180] xl:h-[20rem] rounded-[1rem] overflow-hidden xl:w-[29rem] items-center justify-center mb-[1rem] sm:mr-[2rem] bg-women`}
>
<div className='absolute hidden xl:block h-[100%] w-[100%] z-[-1]'>
<Image className='h-[100%] w-[100%]' src={bgImg} alt='' />
Expand Down
2 changes: 1 addition & 1 deletion app/components/whatIs/whatIs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function WhatIs() {
What is <span className='text-[#F48C06]'>Skilline?</span>
</h1>
<p
className='mt-[1rem] text-center text-[#696984] lg:text-[1.2rem] md:w-[55rem]'
className='mt-[1rem] text-center text-[#696984] lg:text-[1.2rem] lg:w-[55rem]'
style={{ fontFamily: 'poppins, sans-serif' }}
>
Skilline is a platform that allows educators to create online
Expand Down

0 comments on commit 0ad20ec

Please sign in to comment.