Optimizations

This commit is contained in:
Aman Tahiliani
2022-07-19 00:39:23 +05:30
parent 5dd2413463
commit 3c66ae69dc
6 changed files with 11 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
.App {
text-align: center;
background-color: #282c34;
background-color: black;
position: absolute;
top: 0px;
right: 0px;
@@ -22,7 +22,7 @@
}
.App-header {
background-color: #282c34;
background-color: black;
min-height: 100vh;
display: flex;
flex-direction: column;