1
0
Fork 0
mirror of https://github.com/voltbonn/profile-picture-generator.git synced 2024-12-22 07:45:04 +00:00

added margin to the footer

This commit is contained in:
thomasrosen 2021-01-23 19:37:59 +01:00
parent 7bd2d9fd54
commit 41cbf28c10

View file

@ -18,6 +18,10 @@ body{
background-color: var(--background);
}
footer{
margin: 10vmin 0 0 0;
}
.App {
text-align: center;