カードを真四角にする
カード を 真四角 にする UserCSS
0 を好きなサイズにすれば丸さの調整にも使えます
code:style.css
.grid li.page-list-item a {
border-radius: 0;
}