added base path filter

This commit is contained in:
ston1th 2019-05-03 10:44:17 +02:00
commit ec5a376733
15 changed files with 104 additions and 44 deletions

View file

@ -143,6 +143,10 @@ html, body, .container, .content {
.full-width {
width: 100%;
}
.col-nopad {
padding-left: 0;
padding-right: 0;
}
.relative {
position: relative;
}