CSS fixes

This commit is contained in:
2020-12-01 18:00:45 +01:00
parent 44e304c123
commit be55d34c03
4 changed files with 38 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
.App {
background-image: url("./public/bg_tile.jpg");
background-size: contain;
background-repeat: round;
background-repeat: repeat;
padding: 0;
margin: 0;
height: 100%;
@@ -34,7 +34,7 @@
}
.logo {
height: 5rem;
width: 20vw;
margin: 16px;
}