17 lines
289 B
CSS
17 lines
289 B
CSS
|
.site-page-header-ghost-wrapper {
|
||
|
padding: 5px;
|
||
|
background-color: #f5f5f5;
|
||
|
}
|
||
|
|
||
|
.ant-layout-content {
|
||
|
text-align: center;
|
||
|
height: 900px;
|
||
|
color: rgb(0, 0, 0);
|
||
|
line-height: 120px;
|
||
|
background: rgb(197, 197, 197);
|
||
|
}
|
||
|
|
||
|
.ant-layout-footer {
|
||
|
text-align: center;
|
||
|
line-height: 1.5;
|
||
|
}
|