diff --git a/static/includes/_imio-basic-additional-custom.scss b/static/includes/_imio-basic-additional-custom.scss index abc1867b..f8a01e4d 100644 --- a/static/includes/_imio-basic-additional-custom.scss +++ b/static/includes/_imio-basic-additional-custom.scss @@ -27,9 +27,10 @@ $logo-width: 110px !default; @media screen and (min-width: $nav-mobile-limit) { body.has-picture .site-nav::after { - width: 1580px; + width: 1598px; border-radius: $border-radius $border-radius 0 $border-radius; margin: 0 auto; + left: -9px; } } @@ -106,6 +107,7 @@ nav.site-nav { div#nav { margin-bottom: 1.618em; + padding-right: 1.2em; > ul { margin-left: #{$logo-width + 68px}; background-color: #E6E6E6; @@ -155,6 +157,7 @@ Cells } div.textcell { + margin-right: 1.2rem; h3, h4, h5, p, table { margin: 1.386em 1.618rem; } @@ -346,9 +349,9 @@ tbody > tr > td.jour { border: 0; } - .column:last-child .cell { - margin-right: 1ex; - } + // .column:last-child .cell { + // margin-right: 1ex; + // } .dashboardcell .categories button { padding: 0.1em 0.7em;