Retouches MNHN (#72287) #72

Merged
aberriot merged 3 commits from wip/72287-mnhn-retouches into main 2022-12-14 16:56:40 +01:00
3 changed files with 6 additions and 2 deletions

View File

@ -161,6 +161,10 @@ a#publik-portal-agent {
label .required {
color: $required-label-color;
}
.TextWidget + .comment-field > p:first-child {
margin-top: -$space-medium * 1.5;
}
// cells
.cell {

View File

@ -30,7 +30,7 @@ $fz-small: 14em / $base-font;
$fz-xsmall: 12em / $base-font;;
$fz-xxsmall: 11em / $base-font;;
$width: 1100px;
$width: 1400px;
$link-color: $carbon;
$link-decoration: none;
$link-hover-decoration: none;

View File

@ -3,7 +3,7 @@
<div class="dark-footer">
<img src="{{site_base}}/assets/footer:logo" alt="Muséum National d'Histoire Naturelle - Logo">
<h2>
<a href="https://www.mnhn.fr/">Retourner sur le site institutionnel du Muséum</a>
<a href="https://www.mnhn.fr/">Consulter le site du Muséum</a>
</h2>
</div>
{% endblock %}