mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-08 19:50:05 +01:00
19 lines
269 B
CSS
19 lines
269 B
CSS
|
.footer{
|
||
|
position: absolute;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
width: 100%;
|
||
|
clear: both;
|
||
|
background-color: #A8A8A8;
|
||
|
height: 35px;
|
||
|
}
|
||
|
.footer p {
|
||
|
margin-top: 8px;
|
||
|
color: #FFFFFF;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
width: 385px;
|
||
|
}
|