🎨 🐛 Largeur de l'indication d'avancement

pull/206/head
Mael 2018-04-06 12:12:05 +02:00 committed by Laurent Bossavit
parent 4c10a8c3ff
commit e463b70874
1 changed files with 3 additions and 3 deletions

View File

@ -6,12 +6,12 @@
}
.progressTip svg {
display: inline-block;
width: 62%;
margin-right: 2%
width: calc(100% - 11em);
margin-right: 1em;
}
.progressTip p {
display: inline-block;
width: 35%;
width: 10em;
margin: .1em 0 1.6em;
text-align: right;
font-weight: 600;