From b2453ae6dd675ae9eeec03b192b4a2ebb7f1a39f Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Sun, 19 Sep 2021 19:53:10 +0100 Subject: [PATCH] Made small changes --- _portfolio/react-weather-app.mdx | 10 +++++----- pages/blog/[slug].tsx | 4 ++++ pages/portfolio/[slug].tsx | 4 ++++ 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/_portfolio/react-weather-app.mdx b/_portfolio/react-weather-app.mdx index 7102676..074f20f 100644 --- a/_portfolio/react-weather-app.mdx +++ b/_portfolio/react-weather-app.mdx @@ -2,7 +2,7 @@ title: 'React Weather App' description: 'Weather app made with React and OpenWeatherMap API' date: '2021-09-19' -image: 'https://res.cloudinary.com/dun9hhyz1/image/upload/v1632076525/personal-website/portfolio/tuxpi.com.1632076521_a0wxsq.jpg' +image: 'https://res.cloudinary.com/dun9hhyz1/image/upload/v1632077200/personal-website/portfolio/react-weather-app/tuxpi.com.1632076521_a0wxsq_hw299g.jpg' hideImage: true --- @@ -19,10 +19,10 @@ This is a project that I made as a step in the interview process for my final ye # Showcase - - + + diff --git a/pages/blog/[slug].tsx b/pages/blog/[slug].tsx index f2acd9a..b1fb54b 100644 --- a/pages/blog/[slug].tsx +++ b/pages/blog/[slug].tsx @@ -95,6 +95,10 @@ const Wrapper = styled.div` margin: 0.5rem 0rem; } + button { + margin: 1rem 0rem; + } + p * { width: 100%; height: auto; diff --git a/pages/portfolio/[slug].tsx b/pages/portfolio/[slug].tsx index f7e1506..b134835 100644 --- a/pages/portfolio/[slug].tsx +++ b/pages/portfolio/[slug].tsx @@ -81,6 +81,10 @@ const Wrapper = styled.div` margin: 0.5rem 0rem; } + button { + margin: 1rem 0rem; + } + p * { width: 100%; height: auto;