9 lines
123 B
CSS
9 lines
123 B
CSS
.admin-container {
|
|
width: 90%;
|
|
margin: 50px auto auto auto;
|
|
}
|
|
|
|
table {
|
|
width: 100%;
|
|
margin-bottom: 20px;
|
|
}
|