Centered svg picture and fixed CSS issue in feature

This commit is contained in:
2025-03-19 18:26:30 +01:00
parent 8b8622f616
commit 220715176a
2 changed files with 9 additions and 7 deletions

View File

@@ -2,9 +2,9 @@
<!-- Created with Inkscape (http://www.inkscape.org/) --> <!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg <svg
width="210mm" width="81.428307mm"
height="297mm" height="91.278511mm"
viewBox="0 0 210 297" viewBox="0 0 81.428307 91.278511"
version="1.1" version="1.1"
id="svg5064" id="svg5064"
inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" inkscape:version="1.2.2 (b0a8486541, 2022-12-01)"
@@ -26,8 +26,8 @@
inkscape:document-units="mm" inkscape:document-units="mm"
showgrid="false" showgrid="false"
inkscape:zoom="0.84489247" inkscape:zoom="0.84489247"
inkscape:cx="342.05536" inkscape:cx="141.43812"
inkscape:cy="224.2889" inkscape:cy="127.23513"
inkscape:window-width="1854" inkscape:window-width="1854"
inkscape:window-height="1011" inkscape:window-height="1011"
inkscape:window-x="66" inkscape:window-x="66"
@@ -108,7 +108,8 @@
inkscape:label="Calque 1" inkscape:label="Calque 1"
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer1" id="layer1"
sodipodi:insensitive="true"> sodipodi:insensitive="true"
transform="translate(-53.34072,-25.671112)">
<path <path
id="rect5600" id="rect5600"
style="fill:#6c5353;stroke-width:0.264583" style="fill:#6c5353;stroke-width:0.264583"

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

@@ -56,7 +56,8 @@
.feature_img_div{ .feature_img_div{
width: 40%; width: 40%;
flex: 1; flex: 1;
min-width: 300px; height: 600px;
min-width: 150px;
} }
.feature_img_div img{ .feature_img_div img{
height: 100%; height: 100%;