Style styling change for the acknowledgements.

It however needs a further update to be more adapted to small screen sizes!
This commit is contained in:
Daru13 2019-04-23 06:24:36 +02:00
parent e51a59b738
commit ea1883553a
2 changed files with 11 additions and 1 deletions

View file

@ -573,10 +573,20 @@ section p.stand-out {
text-align: right;
}
#acknowledgements td.role::before {
content: ", ";
}
#acknowledgements td.role {
color: #666666;
text-align: left;
}
/*--------------------------------------------------------*/
@media only screen and (max-width: 480px) {
#acknowledgements td.role::before {
content: none;
}
}

View file

@ -128,7 +128,7 @@
<table id="acknowledgements">
<tr>
<td class="name">Camille Gobert</td>
<td class="role">graphisme et développement web</td>
<td class="role">graphiste et développeur web</td>
</tr>
<tr>
<td class="name">Christian Huet</td>