[Fix #1468] Add Accessibilité page

This commit is contained in:
gregoirenovel 2018-02-26 14:42:56 +01:00
parent f928b6cdeb
commit 9c93000e69
5 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,11 @@
$default-space: 15px;
.accessibilite {
width: 1040px;
margin: 0 auto;
padding-top: $default-space * 2;
ul {
list-style-type: disc;
}
}