Fix bubble issue on CHrome

This commit is contained in:
2021-06-01 10:51:24 +02:00
parent f38ff28f4b
commit 77be0be153
8 changed files with 113 additions and 12 deletions

View File

@@ -3,6 +3,7 @@ $bubbleshape: '<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/
.bg-bubble {
mask-image: url("data:image/svg+xml;charset=utf-8,#{$bubbleshape}");
-webkit-mask-image: url("data:image/svg+xml;charset=utf-8,#{$bubbleshape}");
}
.icon-bubble {

View File

@@ -23,6 +23,18 @@ nav {
a {
color: inherit;
text-decoration: none;
img {
height: 1.5em;
}
}
a:hover {
font-weight: bold;
img {
height: 1.7em;
}
}
}
}

View File

@@ -3,7 +3,7 @@
{{if (isset .Params "titleimg")}}
{{$titleimg := resources.Get .Params.titleimg}}
<div class="bg-primary p-t-100 p-b-100 ta-c">
<img class="max-x-300" src="{{$titleimg.Permalink}}" alt="{{.Title}}" />
<img class="max-w-300" src="{{$titleimg.Permalink}}" alt="{{.Title}}" />
</div>
{{end}}

View File

@@ -23,7 +23,7 @@
<li>
{{ $gotogether := resources.Get "images/gotogether-lemag.svg" }}
<a href="/gotogether/">
<img class="h-25" src="{{ $gotogether.Permalink }}" alt="GO TOGETHER le mag" />
<img src="{{ $gotogether.Permalink }}" alt="GO TOGETHER le mag" />
</a>
</li>
{{ if eq (relURL .URL) ("/" | safeHTML) }}<li><a href="#section4">NOS PROJETS</a></li>{{ end }}