Skip to content

Commit

Permalink
added the changes to blogpage
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritesh Hiremath authored and Ritesh Hiremath committed Oct 26, 2024
1 parent 6c37713 commit b19edd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
11 changes: 1 addition & 10 deletions pages/blog/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -316,16 +316,7 @@ export default function StaticMarkdownPage({
return (
<div
key={index}
className={[
'bg-slate-50',
sizeClass,
'rounded-full',
'-ml-3',
'bg-cover',
'bg-center',
'border-2',
'border-white',
].join(' ')}
className={`bg-slate-50 rounded-full -ml-3 bg-cover bg-center border-2 border-white ${sizeClass}`}
style={{
backgroundImage: `url(${author.photo})`,
zIndex: 10 - index,
Expand Down
16 changes: 0 additions & 16 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,6 @@ module.exports = {
'./pages/**/*.{js,ts,jsx,tsx,md}',
'./components/**/*.{js,ts,jsx,tsx,md}',
],
<<<<<<< HEAD
safelist: [
'h-8',
'w-8', // smaller avatar sizes
'h-11',
'w-11', // larger avatar sizes
'bg-slate-50',
'rounded-full',
'-ml-3',
'bg-cover',
'bg-center',
'border-2',
'border-white',
],
=======
>>>>>>> main
darkMode: 'class',
theme: {
screens: {
Expand Down

0 comments on commit b19edd3

Please sign in to comment.