Improve the accessibilité page
This commit is contained in:
parent
7e2e249ade
commit
f17420ae4a
2 changed files with 21 additions and 2 deletions
|
@ -1,11 +1,18 @@
|
|||
$default-space: 15px;
|
||||
$new-p-margin-bottom: 3 * $default-space;
|
||||
|
||||
.accessibilite {
|
||||
width: 1040px;
|
||||
margin: 0 auto;
|
||||
padding-top: $default-space * 2;
|
||||
padding-bottom: $default-space * 2;
|
||||
|
||||
ul {
|
||||
list-style-type: disc;
|
||||
margin-top: -($default-space * 2);
|
||||
}
|
||||
}
|
||||
|
||||
.new-p {
|
||||
margin-bottom: $new-p-margin-bottom;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue