service: add explanation about contact infos

This commit is contained in:
Pierre de La Morinerie 2018-06-13 11:53:09 +02:00
parent 755600acf4
commit c1db26b2e1
2 changed files with 10 additions and 0 deletions

View file

@ -23,6 +23,12 @@ h1 {
font-weight: bold;
}
h2 {
font-size: 30px;
margin-bottom: 15px;
border-bottom: 1px solid $border-grey;
}
a {
color: $blue;
}