remove useless text-align

This commit is contained in:
2024-01-04 00:35:29 +01:00
parent a534ed5114
commit 46d4d67c52

View File

@@ -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>