6 lines
102 B
CSS
6 lines
102 B
CSS
|
.footerwarning{
|
||
|
display: block;
|
||
|
text-align: center;
|
||
|
font-size: 10px;
|
||
|
color: #c6cfd0;
|
||
|
}
|