Update footer -- 2 lines
This commit is contained in:
parent
042bcc3eb6
commit
338de85455
2 changed files with 2 additions and 1 deletions
|
@ -152,6 +152,8 @@
|
|||
|
||||
<footer>
|
||||
© Edgar P. Burkhart — 2022
|
||||
<br />
|
||||
<a href="mailto:contact@edgarpierre.fr">contact@edgarpierre.fr</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -113,7 +113,6 @@ footer {
|
|||
background: var(--bg-01);
|
||||
grid-column: 1 / -1;
|
||||
text-align: center;
|
||||
height: 4rem;
|
||||
padding: 1rem;
|
||||
line-height: 2rem;
|
||||
margin: 0 -1rem -1rem -1rem;
|
||||
|
|
Loading…
Reference in a new issue