remove useless text-align
This commit is contained in:
@@ -35,12 +35,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
text-align: center;
|
|
||||||
background-color: rgba(0, 0, 0, 0.8);
|
background-color: rgba(0, 0, 0, 0.8);
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
border: 4px double;
|
border: 4px double;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
justify-self: center;
|
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user