fixed not displaying minecraft player model without cape
This commit is contained in:
@@ -39,6 +39,8 @@ canvas {
|
||||
padding-right: 0;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: auto;
|
||||
height: auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -53,8 +55,12 @@ canvas {
|
||||
}
|
||||
|
||||
.content-container {
|
||||
margin-left: 33%;
|
||||
margin-right: 33%;
|
||||
/* margin-left: 15%; */
|
||||
/* width: 50%; */
|
||||
width: 65%;
|
||||
margin-left: 17.5%;
|
||||
margin-right: 17.5%;
|
||||
/* margin-right: 33%; */
|
||||
/* background-color: #1b4c4ccc; */
|
||||
background-color: #b3b7b7cc;
|
||||
padding-left: 3%;
|
||||
|
||||
Reference in New Issue
Block a user