This commit is contained in:
Carl Pearson
2021-01-27 08:54:58 -07:00
parent e724973a30
commit 163a470f3f
2 changed files with 7 additions and 1 deletions

5
assets/css/custom.css Normal file
View File

@@ -0,0 +1,5 @@
/* fix post names being too long*/
.list-with-title .listing .listing-post a {
max-width:90%;
display: inline-block;
}