Merge remote-tracking branch 'mainRepo/master' into feature/VAT_number
This commit is contained in:
commit
ed1a4fc1a6
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
2.8.2: 2019-12-24
|
||||
* Bugfix: [dcl calculator plugin] Set the POST action url explicitly
|
||||
2.8.1: 2019-12-24
|
||||
* [dcl cms navbar plugin]: Provide an option to show non transparent navar always
|
||||
2.8: 2019-12-20
|
||||
|
|
|
@ -191,3 +191,9 @@ footer .dcl-link-separator::before {
|
|||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
@media(max-width:767px) {
|
||||
.vspace-top {
|
||||
margin-top: 35px;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue