mirror of
https://github.com/status-im/nim-style-guide.git
synced 2025-02-23 19:48:19 +00:00
8 lines
103 B
CSS
8 lines
103 B
CSS
|
footer {
|
||
|
font-size: 0.8em;
|
||
|
text-align: center;
|
||
|
border-top: 1px solid black;
|
||
|
padding: 5px 0;
|
||
|
}
|
||
|
|