diff --git a/sites/all/themes/figureslibres/clameurs/css/dist/styles.css b/sites/all/themes/figureslibres/clameurs/css/dist/styles.css index 7abeaeed..62827e47 100755 --- a/sites/all/themes/figureslibres/clameurs/css/dist/styles.css +++ b/sites/all/themes/figureslibres/clameurs/css/dist/styles.css @@ -124,7 +124,7 @@ input { #thematique-anchor-links { display: none; - padding: 1em 0; } + padding: 2em 0 4em; } @media only screen and (min-width: 62.5625em) { #thematique-anchor-links { display: block; } } @@ -303,7 +303,7 @@ input { line-height: 0.9; text-indent: -0.09em; position: relative; - margin: 2em 0 0; + margin: 0; padding: 0 2em 0 0; } @media only screen and (min-width: 62.5625em) { .node-thematique > h2 { diff --git a/sites/all/themes/figureslibres/clameurs/css/styles.scss b/sites/all/themes/figureslibres/clameurs/css/styles.scss index 9f7bb112..4eacf0ed 100755 --- a/sites/all/themes/figureslibres/clameurs/css/styles.scss +++ b/sites/all/themes/figureslibres/clameurs/css/styles.scss @@ -200,7 +200,7 @@ $header_height_large:400px; display:block; } - padding:1em 0; + padding:2em 0 4em; ul{ display: flex; flex-flow: row nowrap; @@ -424,7 +424,7 @@ $header_height_large:400px; text-indent: -0.09em; // padding-left: 0.18em; position:relative; - margin:2em 0 0; + margin:0; padding: 0 2em 0 0; // @include white_shadow; @media #{$large-up} {