fix(luggage): increase size of pies
parent
ab180f1640
commit
b55eaba89a
|
|
@ -79,7 +79,7 @@
|
||||||
<h2>Luggage</h2>
|
<h2>Luggage</h2>
|
||||||
<div class="luggage">
|
<div class="luggage">
|
||||||
<h3>Keepall</h3>
|
<h3>Keepall</h3>
|
||||||
<svg height="20" width="20" viewBox="0 0 20 20">
|
<svg height="120" width="120" viewBox="0 0 20 20">
|
||||||
<circle r="10" cx="10" cy="10" fill="#e6ddcc" />
|
<circle r="10" cx="10" cy="10" fill="#e6ddcc" />
|
||||||
<circle r="5" cx="10" cy="10" fill="transparent"
|
<circle r="5" cx="10" cy="10" fill="transparent"
|
||||||
stroke="#312c4c"
|
stroke="#312c4c"
|
||||||
|
|
@ -94,7 +94,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="luggage">
|
<div class="luggage">
|
||||||
<h3>Neverfull</h3>
|
<h3>Neverfull</h3>
|
||||||
<svg height="20" width="20" viewBox="0 0 20 20">
|
<svg height="120" width="120" viewBox="0 0 20 20">
|
||||||
<circle r="10" cx="10" cy="10" fill="#e6ddcc" />
|
<circle r="10" cx="10" cy="10" fill="#e6ddcc" />
|
||||||
<circle r="5" cx="10" cy="10" fill="transparent"
|
<circle r="5" cx="10" cy="10" fill="transparent"
|
||||||
stroke="#312c4c"
|
stroke="#312c4c"
|
||||||
|
|
@ -109,7 +109,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="luggage">
|
<div class="luggage">
|
||||||
<h3>Speedy</h3>
|
<h3>Speedy</h3>
|
||||||
<svg height="20" width="20" viewBox="0 0 20 20">
|
<svg height="120" width="120" viewBox="0 0 20 20">
|
||||||
<circle r="10" cx="10" cy="10" fill="#e6ddcc" />
|
<circle r="10" cx="10" cy="10" fill="#e6ddcc" />
|
||||||
<circle r="5" cx="10" cy="10" fill="transparent"
|
<circle r="5" cx="10" cy="10" fill="transparent"
|
||||||
stroke="#312c4c"
|
stroke="#312c4c"
|
||||||
|
|
@ -124,7 +124,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="luggage">
|
<div class="luggage">
|
||||||
<h3>Pochette</h3>
|
<h3>Pochette</h3>
|
||||||
<svg height="20" width="20" viewBox="0 0 20 20">
|
<svg height="120" width="120" viewBox="0 0 20 20">
|
||||||
<circle r="10" cx="10" cy="10" fill="#e6ddcc" />
|
<circle r="10" cx="10" cy="10" fill="#e6ddcc" />
|
||||||
<circle r="5" cx="10" cy="10" fill="transparent"
|
<circle r="5" cx="10" cy="10" fill="transparent"
|
||||||
stroke="#312c4c"
|
stroke="#312c4c"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue