1
0
Fork 0
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:
thomasrosen 2021-01-21 19:43:16 +01:00
parent 23835a0527
commit a9ef6e751b

View file

@ -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;