mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-22 15:55:08 +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);
|
background-color: var(--background);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer{
|
||||||
|
margin: 10vmin 0 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
.App {
|
.App {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue