nextgraph-test/packages/web/app/welcome/welcome.module.css

32 lines
428 B
CSS
Raw Normal View History

2025-12-26 14:12:06 +01:00
.welcome {
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
header {
display: flex;
flex-direction: column;
align-items: center;
width: 500px;
max-width: 100vw;
padding: 4px;
img {
width: 100%;
}
}
}
.links {
max-width: 300px;
width: 100%;
padding: 0 4px;
nav {
border-radius: 48px;
border: 1px solid gray;
padding: 6px;
}
}