diff --git a/src/General/css/style.css b/src/General/css/style.css index d941cff79..668917baa 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -498,12 +498,11 @@ hr ~ div.center:not(.ad-cnt) { text-decoration: none; } .catalog-mode { - display: flex; - flex-wrap: wrap; - justify-content: center; + text-align: center; } .catalog-thread { - display: flex; + display: inline-flex; + text-align: left; flex-direction: column; align-items: center; width: 165px;