Skip to content
Snippets Groups Projects
Verified Commit 3034daa5 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix style of ul-columns for content

parent bf3a2dcf
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,16 @@ li.li-column, div.ul-columns li {
display: table-cell;
}
li.li-column, div.ul-columns ul {
list-style: none;
padding-left: 0;
}
li.li-column, div.ul-columns li:not(:first-child) {
padding-left: 1em;
}
ul.footer-link-list {
list-style-type: none;
margin: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment