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:
parent
7bd2d9fd54
commit
41cbf28c10
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ body{
|
|||
background-color: var(--background);
|
||||
}
|
||||
|
||||
footer{
|
||||
margin: 10vmin 0 0 0;
|
||||
}
|
||||
|
||||
.App {
|
||||
text-align: center;
|
||||
|
||||
|
|
Loading…
Reference in a new issue