mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-11-16 15:58:17 +00:00
7 lines
113 B
CSS
7 lines
113 B
CSS
|
footer {
|
||
|
font-size: 0.8em;
|
||
|
text-align: center;
|
||
|
border-top: 1px solid;
|
||
|
margin-top: 4%;
|
||
|
padding: 5px 0;
|
||
|
}
|