Ad profile table

This commit is contained in:
anhkha2003 2024-05-21 22:58:34 -05:00
parent ee17bc0778
commit 14ee7710ed
12 changed files with 474 additions and 274 deletions

View file

@ -43,6 +43,10 @@
background-color: #f3f3f3;
}
.organization-row:last-child {
border-bottom: none;
}
.organization-container {
border: 1px #ccc solid;
margin-bottom: 3em;
@ -53,4 +57,3 @@
display: block;
color: gray;
}