mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-21 23:35:05 +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
13
src/App.css
13
src/App.css
|
@ -1,5 +1,16 @@
|
|||
.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{
|
||||
margin: 10vh 0 2vh 0;
|
||||
|
|
Loading…
Reference in a new issue