diff --git a/client/src/App.css b/client/src/App.css index ca409c9d..a2157a08 100644 --- a/client/src/App.css +++ b/client/src/App.css @@ -179,16 +179,16 @@ body { .card::before { background: radial-gradient( - 800px circle at var(--mouse-x) var(--mouse-y), + 800px circle at var(--mouse-x) var(--mouse-y), rgba(200, 200, 200, 0.3), transparent 40% ); z-index: 3; } -.card::after { +.card::after { background: radial-gradient( - 600px circle at var(--mouse-x) var(--mouse-y), + 600px circle at var(--mouse-x) var(--mouse-y), rgba(200, 200, 200, 0.4), transparent 40% ); @@ -248,7 +248,7 @@ body { gap: 10px; } -.card-info > i { +.card-info > i { font-size: 1em; height: 20px; line-height: 20px; diff --git a/client/src/components/Card/Interface/ICardState.tsx b/client/src/components/Card/Interface/ICardState.tsx index 76869ea7..f40948c8 100644 --- a/client/src/components/Card/Interface/ICardState.tsx +++ b/client/src/components/Card/Interface/ICardState.tsx @@ -1,3 +1,2 @@ export default interface ICardState { } - diff --git a/client/src/components/ExperienceSection/ExperienceSection.css b/client/src/components/ExperienceSection/ExperienceSection.css index 77b1ac66..34728d1d 100644 --- a/client/src/components/ExperienceSection/ExperienceSection.css +++ b/client/src/components/ExperienceSection/ExperienceSection.css @@ -45,5 +45,3 @@ .experience-section-card.below { margin-top: 200px; /* Adjust as needed */ } - - diff --git a/client/src/components/FeaturedContentSection/FeaturedContentSection.css b/client/src/components/FeaturedContentSection/FeaturedContentSection.css index 4ff1769e..725b4bc3 100644 --- a/client/src/components/FeaturedContentSection/FeaturedContentSection.css +++ b/client/src/components/FeaturedContentSection/FeaturedContentSection.css @@ -19,7 +19,7 @@ -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); - background: #333; + background: #333; } @media screen and (min-height: 700px) { @@ -29,7 +29,7 @@ background-color: rgba(0, 0, 0, 0.7); backdrop-filter: blur(10px); width: 100%; - height: calc(var(--featured-section-height) + 100px); + height: calc(var(--featured-section-height) + 100px); z-index: 4; border-radius: var(--home-container-border-radius) } @@ -42,7 +42,7 @@ background-color: rgba(0, 0, 0, 0.7); backdrop-filter: blur(10px); width: 100%; - height: calc(var(--featured-section-height) + 20vh); + height: calc(var(--featured-section-height) + 20vh); z-index: 4; border-radius: var(--home-container-border-radius) } diff --git a/client/src/pages/BlogPage/BlogPage.tsx b/client/src/pages/BlogPage/BlogPage.tsx index cf47532e..4794b080 100644 --- a/client/src/pages/BlogPage/BlogPage.tsx +++ b/client/src/pages/BlogPage/BlogPage.tsx @@ -35,7 +35,7 @@ class BlogPage extends Component { heading={content.heading} author={content.author} date_created={content.date_created} - body={content.body} + body={content.body} link = {`/blog?id=${content._id.$oid}`} /> )