Skip to content

Commit

Permalink
Responsive design fixed for upload product page
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajangrg committed Aug 6, 2020
1 parent b9a48b9 commit df83ea3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

# production
/build
.firebaserc
firebase.json
.firebase

# misc
.DS_Store
Expand Down
3 changes: 3 additions & 0 deletions src/container/UploadImage/UploadImage.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.uploadImage{
height: 100vh;
}
3 changes: 2 additions & 1 deletion src/container/UploadImage/UploadImage.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import React from 'react'
import AddProduct from '../../components/AddProduct/AddProduct'
import './UploadImage.css'

function UploadImage() {
return (
<div>
<div className="uploadImage">
<AddProduct></AddProduct>
</div>
)
Expand Down

0 comments on commit df83ea3

Please sign in to comment.