Made small changes

This commit is contained in:
Hazem Krimi
2021-09-19 19:53:10 +01:00
parent 90d3e83536
commit b2453ae6dd
3 changed files with 13 additions and 5 deletions
+5 -5
View File
@@ -2,7 +2,7 @@
title: 'React Weather App' title: 'React Weather App'
description: 'Weather app made with React and OpenWeatherMap API' description: 'Weather app made with React and OpenWeatherMap API'
date: '2021-09-19' 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 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 # Showcase
<Button variant='outline' link='https://github.com/hazemKrimi/react-weather-app'>
Source Code
</Button>
<Button variant='action' link='https://hazemkrimi.github.io/react-weather-app'> <Button variant='action' link='https://hazemkrimi.github.io/react-weather-app'>
Demo Demo
</Button> </Button>
<Button variant='outline' link='https://github.com/hazemKrimi/react-weather-app'>
Source Code
</Button>
+4
View File
@@ -95,6 +95,10 @@ const Wrapper = styled.div`
margin: 0.5rem 0rem; margin: 0.5rem 0rem;
} }
button {
margin: 1rem 0rem;
}
p * { p * {
width: 100%; width: 100%;
height: auto; height: auto;
+4
View File
@@ -81,6 +81,10 @@ const Wrapper = styled.div`
margin: 0.5rem 0rem; margin: 0.5rem 0rem;
} }
button {
margin: 1rem 0rem;
}
p * { p * {
width: 100%; width: 100%;
height: auto; height: auto;