Files
docs/src/theme/NotFound/Content/styles.module.css
T

16 lines
220 B
CSS
Raw Normal View History

2025-04-30 18:40:22 +00:00
.links {
width: 100%;
margin-top: -80px;
display: flex;
gap: 20px;
align-items: center;
justify-content: center;
}
.separator{
width: 5px;
height: 5px;
border-radius: 50%;
background-color: black;
}