render thread catalog posts
This commit is contained in:
@@ -56,6 +56,28 @@ body {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#threadCatalog {
|
||||
margin: 0 2rem;
|
||||
}
|
||||
|
||||
.thread-catalog-post {
|
||||
padding: 10px;
|
||||
border: 2px solid rgba(111, 111, 111, 0.34);
|
||||
min-width: 140px;
|
||||
max-width: 140px;
|
||||
max-height: 192px;
|
||||
}
|
||||
|
||||
.thread-catalog-post h1 {
|
||||
color: #0F0C5D;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.thread-catalog-post p {
|
||||
margin-top: 10px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#newThreadBtn {
|
||||
margin-top: 12px;
|
||||
background: none;
|
||||
|
||||
Reference in New Issue
Block a user