Skip to content

Commit

Permalink
Style Projekt Movie
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanChiosa committed Jan 29, 2024
1 parent e85b2b8 commit bf3043b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
23 changes: 19 additions & 4 deletions frontend/src/components/header/Header.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,20 @@ button:hover {
flex-direction: column;
padding: 10px;
}

img {
width: 100%;
flex-direction: column;
}

.card-style {
margin: 20px;
.card-movie {
width: 100%;
flex-direction: column;
padding: 10px;
margin: 10px 0;

}

.card-style {
margin: 10px; /* Reduzierung der Margin */
}


Expand Down Expand Up @@ -128,4 +132,15 @@ button:hover {
margin-right: auto;
border: none;
}
}

@media screen and (max-width: 1024px) {
.card-body {
font-size: 14px; /* Kleinere Schriftgröße */
}

.btn-bearbeiten-löschen {
padding: 5px 10px; /* Kleinere Buttons */
font-size: 12px;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const MovieList: React.FC = () => {

const handleUpdateFailure = () => {
console.error("Fehler beim Aktualisieren des Films:", error);
// Fehlerbehandlung hier
};

return (
Expand Down

0 comments on commit bf3043b

Please sign in to comment.