fix(luggage): increase size of pies

main
steven 2020-12-21 22:24:16 -05:00
parent ab180f1640
commit b55eaba89a
1 changed files with 4 additions and 4 deletions

View File

@ -79,7 +79,7 @@
<h2>Luggage</h2>
<div class="luggage">
<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="5" cx="10" cy="10" fill="transparent"
stroke="#312c4c"
@ -94,7 +94,7 @@
</div>
<div class="luggage">
<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="5" cx="10" cy="10" fill="transparent"
stroke="#312c4c"
@ -109,7 +109,7 @@
</div>
<div class="luggage">
<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="5" cx="10" cy="10" fill="transparent"
stroke="#312c4c"
@ -124,7 +124,7 @@
</div>
<div class="luggage">
<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="5" cx="10" cy="10" fill="transparent"
stroke="#312c4c"