forked from leftypol/leftypol
style.css: adjust catalog thread centering
This commit is contained in:
parent
a450342d0d
commit
971191936a
1 changed files with 9 additions and 3 deletions
|
@ -936,13 +936,20 @@ pre {
|
|||
border: 2px solid rgba(153,153,153,0);
|
||||
}
|
||||
|
||||
/* Still for the catalog theme */
|
||||
#Grid {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
gap: 0.2em;
|
||||
}
|
||||
|
||||
.theme-catalog div.thread {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
text-align: center;
|
||||
font-weight: normal;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
padding: 2px;
|
||||
height: 300px;
|
||||
width: 205px;
|
||||
|
@ -961,7 +968,6 @@ pre {
|
|||
|
||||
.theme-catalog div.threads {
|
||||
text-align: center;
|
||||
margin-left: -20px;
|
||||
}
|
||||
|
||||
.theme-catalog div.thread:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue