Skip to content

Commit

Permalink
fixing formation
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkarnold committed Oct 19, 2021
1 parent 7456e78 commit 8c17f9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/components/home/home.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@

.formation {
text-align: center;
font-size: 1rem;
z-index: 5;
font-size: 0.7rem;
background-color: #424242;
padding: 10px;
border-radius: 5px;
Expand All @@ -266,7 +267,7 @@
position: absolute;
top: 0;
right: 0;
transform: translate(-10%, 27.5%);
transform: translate(-2%, 10%);
}

.tactics-container {
Expand Down

0 comments on commit 8c17f9c

Please sign in to comment.