Files
cloudflare__vinext/examples/hackernews/components/footer.module.css
2026-02-24 09:29:39 -06:00

9 lines
140 B
CSS

.footer {
padding: 10px 0 40px;
color: #757575;
font-size: 14px;
text-align: center;
border-top: 1px solid;
margin-top: 50px;
}