Files
onspring-api-docs/src/app/error.module.css
T

17 lines
277 B
CSS
Raw Normal View History

.container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
width: 100vw;
}
.navLink {
text-decoration: none;
color: #64adac;
font-weight: bold;
cursor: pointer;
display: flex;
align-items: center;
}