mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-22 15:55:08 +00:00
moved generell css from .App-header to .App
This commit is contained in:
parent
23835a0527
commit
a9ef6e751b
1 changed files with 12 additions and 1 deletions
11
src/App.css
11
src/App.css
|
@ -1,6 +1,17 @@
|
||||||
.App {
|
.App {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
background-color: var(--background);
|
||||||
|
min-height: 100vh;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
font-size: calc(10px + 2vmin);
|
||||||
|
color: white;
|
||||||
|
padding: 10vh;
|
||||||
|
}
|
||||||
|
|
||||||
h2{
|
h2{
|
||||||
margin: 10vh 0 2vh 0;
|
margin: 10vh 0 2vh 0;
|
||||||
font-size: calc(10px + 4vmin);
|
font-size: calc(10px + 4vmin);
|
||||||
|
|
Loading…
Reference in a new issue