Skip to content

Commit

Permalink
fix distorted iamge, add some extra memory for stability
Browse files Browse the repository at this point in the history
  • Loading branch information
klucsik committed May 13, 2024
1 parent 26deb6b commit ffdb1dc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose.minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ services:
deploy:
resources:
limits:
memory: 200M
memory: 250M
restart: unless-stopped
ports:
- "${FRONTEND_PORT}"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ services:
deploy:
resources:
limits:
memory: 200M
memory: 250M
restart: unless-stopped
ports:
- "${FRONTEND_PORT}"
Expand Down
4 changes: 0 additions & 4 deletions src/frontend/components/Header/Header.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ export const NavBarBrand = styled(Link)`
display: flex;
align-items: center;
padding: 0;
img {
height: 30px;
}
`;

export const BrandImg = styled.img.attrs({
Expand Down

0 comments on commit ffdb1dc

Please sign in to comment.