diff --git a/Changelog b/Changelog index 208d2d7a..fc85728d 100644 --- a/Changelog +++ b/Changelog @@ -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 diff --git a/datacenterlight/static/datacenterlight/css/common.css b/datacenterlight/static/datacenterlight/css/common.css index b19b5852..644c68d2 100644 --- a/datacenterlight/static/datacenterlight/css/common.css +++ b/datacenterlight/static/datacenterlight/css/common.css @@ -191,3 +191,9 @@ footer .dcl-link-separator::before { font-weight: bold; font-size: 14px; } + +@media(max-width:767px) { + .vspace-top { + margin-top: 35px; + } +} \ No newline at end of file