Design organization list page and add organization search (#119)

This commit is contained in:
Phuoc Anh Kha Le 2024-06-18 22:11:36 -05:00 committed by GitHub
parent 02ba30a29e
commit 326b3d5dd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 553 additions and 286 deletions

View file

@ -134,7 +134,6 @@
border-bottom: 1.4px solid lightgray;
border-top: 1.4px solid lightgray;
margin-bottom: 1.5em;
width: 90%;
padding: 1em 1.25em 0.5em 1.25em;
background-color: white;
margin-left: auto;
@ -275,6 +274,7 @@
.right-sidebar {
width: 100%;
margin-left: auto;
margin-top: 2em;
}
.actionbar-box {
@ -342,6 +342,7 @@
.blog-sidebar,
.right-sidebar {
flex: 25%;
max-width: 25%;
}
.middle-content {