Skip to content

Commit

Permalink
Images height fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickLimaS committed Oct 25, 2022
1 parent cb84c2a commit bd9d3fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
11 changes: 0 additions & 11 deletions back-end/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,3 @@ export const isAuth = (req, res, next) => {
}

}

// export const corsHeadersAllowed = (req, res, next) => {

// res.header('Access-Control-Allow-Origin', '*');
// res.header('Access-Control-Allow-Methods', 'PUT, GET, POST, DELETE');
// res.header('Access-Control-Allow-Headers', '*');
// res.header('Access-Control-Allow-Credentials', true);

// next()

// }
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ export const AnimeToBeListed = styled.div<itemData>`
margin: 0 6px;
@media(max-width: 768px){
/*
height: calc(260px - 5vh);
width: calc(200px - 5vh);
width: calc(200px - 5vh); */
margin: 0 4px;
}
@media(max-width: 520px){
min-height: 200px;
min-width: 160px;
min-height: 220px;
min-width: 180px;
}
Expand Down

0 comments on commit bd9d3fb

Please sign in to comment.