1
Fork 0

Update footer -- 2 lines

This commit is contained in:
Edgar P. Burkhart 2022-05-08 09:33:36 +02:00
parent 042bcc3eb6
commit 338de85455
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
2 changed files with 2 additions and 1 deletions

View File

@ -152,6 +152,8 @@
<footer> <footer>
© Edgar P. Burkhart — 2022 © Edgar P. Burkhart — 2022
<br />
<a href="mailto:contact@edgarpierre.fr">contact@edgarpierre.fr</a>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -113,7 +113,6 @@ footer {
background: var(--bg-01); background: var(--bg-01);
grid-column: 1 / -1; grid-column: 1 / -1;
text-align: center; text-align: center;
height: 4rem;
padding: 1rem; padding: 1rem;
line-height: 2rem; line-height: 2rem;
margin: 0 -1rem -1rem -1rem; margin: 0 -1rem -1rem -1rem;