Update footer to french
This commit is contained in:
parent
81d479e09b
commit
170f57592f
2 changed files with 7 additions and 3 deletions
|
@ -146,3 +146,7 @@ footer {
|
|||
footer p {
|
||||
margin: 0;
|
||||
}
|
||||
footer strong {
|
||||
font-weight: 600;
|
||||
font-feature-settings: 'ss01', 'ss02', 'ss03', 'cv11';
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<footer>
|
||||
<p>Website by edpibu - 2021</p>
|
||||
<p>Inspired by IBM Carbon Design System</p>
|
||||
<p>Icons and Pictograms from IBM Carbon Design System</p>
|
||||
<p>Site par <strong>edpibu</strong> - 2021</p>
|
||||
<p>Inspiré par IBM Carbon Design System</p>
|
||||
<p>Icônes et pictogrammes par IBM Carbon Design System</p>
|
||||
</footer>
|
||||
|
|
Reference in a new issue