Skip to content

Commit

Permalink
fix img css
Browse files Browse the repository at this point in the history
  • Loading branch information
despadam committed Sep 25, 2024
1 parent 24b51db commit f8502e3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions assets/css/customOpenEM.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,16 +188,16 @@ footer {

.team-round-image {
width: 21%;
}

img {
width: 150px;
/* Einheitliche Breite */
height: 150px;
/* Einheitliche Höhe */
border-radius: 10px;
object-fit: cover;
/* Stellt sicher, dass das Bild innerhalb der Grenzen bleibt */
img {
width: 150px;
/* Einheitliche Breite */
height: 150px;
/* Einheitliche Höhe */
border-radius: 10px;
object-fit: cover;
/* Stellt sicher, dass das Bild innerhalb der Grenzen bleibt */
}
}

.team-top-aligned {
Expand Down

0 comments on commit f8502e3

Please sign in to comment.