Skip to content

Commit

Permalink
shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinmayShrivastava committed Mar 11, 2024
1 parent fae870b commit add65c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 1 addition & 5 deletions src/templates/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ const Sponsors = () => (
alt="Better Stack"
width={2900}
height={2290}
className='rounded-lg px-4 md:px-32'
style={{
// shadow on all four sides
boxShadow: '0 0 10px 0 rgba(0, 0, 0, 0.1)',
}}
className='rounded-lg px-4 shadow-image-shadow md:px-32'
/>
);

Expand Down
3 changes: 3 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ module.exports = {
'6xl': '4rem',
},
extend: {
boxShadow: {
'image-shadow': '0 0 10px 10px rgba(0, 0, 0, 0.3);',
},
colors: {
primary: {
100: '#E6F6FE',
Expand Down

0 comments on commit add65c8

Please sign in to comment.