Skip to content

Commit

Permalink
[astromer] partially fixed team cards
Browse files Browse the repository at this point in the history
  • Loading branch information
rociotatiana committed Dec 9, 2024
1 parent f1e5a08 commit 9e2d393
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion projects/astromer/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ li {

.card-team {
max-width: 300px;
min-width: 148px;
min-width: 200px;
}

.card-title {
Expand Down Expand Up @@ -311,6 +311,16 @@ BREAK POINTS
.grid {
display: block;
}

}

@media screen and (max-width:1300px) {

.card-team {
max-width: 150px;

}

}
/*.accordion-item {
padding: auto;
Expand Down

0 comments on commit 9e2d393

Please sign in to comment.