Improve documentation

This commit is contained in:
Dennis Eichhorn 2017-11-18 00:33:24 +01:00
parent 49c470d106
commit 9a412f1128

View File

@ -2,6 +2,14 @@
width: 100%;
}
.wf-80 {
width: 80%;
}
.wf-20 {
width: 20%;
}
.wf-50 {
width: 50%;
}