Skip to content

Commit

Permalink
Update OrgListCard.module.css
Browse files Browse the repository at this point in the history
  • Loading branch information
duplixx authored Jan 7, 2024
1 parent ba4b53e commit 9a491c0
Showing 1 changed file with 25 additions and 17 deletions.
42 changes: 25 additions & 17 deletions src/components/OrgListCard/OrgListCard.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,23 @@
z-index: 1;
}

.flaskIcon {
margin-top:4px;
}

.manageBtn {
display: flex;
justify-content: space-around;
width: 118px;
}

.orgName {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}


@media (max-width: 450px) {
.orgCard {
height: unset;
Expand Down Expand Up @@ -77,23 +94,14 @@
margin-left: auto;
display: block;
}
}

.flaskIcon {
position: absolute;
top: 0;
right: 0;
margin: 10px 20px 0px 0px;
}
.flaskIcon {
margin-bottom:6px;
}
.manageBtn {
display: flex;
justify-content: space-around;
width: 100%;
}

.manageBtn {
display: flex;
justify-content: space-around;
width: 118px;
}

.orgName {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}

0 comments on commit 9a491c0

Please sign in to comment.