0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 08:30:27 +03:00

Refactor Footer component and add Analytics and Footer components to BaseLayout

This commit is contained in:
2024-09-13 00:06:02 +00:00
parent b8fd186801
commit d4a6772ec5
3 changed files with 52 additions and 0 deletions

View File

@ -36,6 +36,7 @@ body {
max-width: 52em;
min-height: 100vh;
padding: 4em;
position: relative;
text-rendering: optimizelegibility;
}