a bit of custom CSS related to https://github.com/lxndrblz/anatole/issues/129
This commit is contained in:
5
assets/css/custom.css
Normal file
5
assets/css/custom.css
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
/* fix post names being too long*/
|
||||||
|
.list-with-title .listing .listing-post a {
|
||||||
|
max-width:90%;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
@@ -27,7 +27,8 @@ profilePicture = "img/avatar.jpg"
|
|||||||
keywords = ""
|
keywords = ""
|
||||||
favicon = "favicons/"
|
favicon = "favicons/"
|
||||||
# example ["css/custom.css"]
|
# example ["css/custom.css"]
|
||||||
customCss = []
|
customCss = ["css/custom.css"]
|
||||||
|
# customCss = []
|
||||||
# example ["js/custom.js"]
|
# example ["js/custom.js"]
|
||||||
customJs = []
|
customJs = []
|
||||||
mainSections = ["publication"]
|
mainSections = ["publication"]
|
||||||
|
Reference in New Issue
Block a user