slight improvement on landing UX
This commit is contained in:
parent
6c637b8433
commit
183618a0c8
5 changed files with 43 additions and 22 deletions
18
src/routes/(editor)/welcome.module.css
Normal file
18
src/routes/(editor)/welcome.module.css
Normal file
|
@ -0,0 +1,18 @@
|
|||
.main {
|
||||
display: grid;
|
||||
place-content: center;
|
||||
gap: var(--padding-m);
|
||||
|
||||
& > :is(.primary, .secondary) {
|
||||
display: grid;
|
||||
grid: 3em / repeat(5, 3em);
|
||||
}
|
||||
|
||||
ul {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
gap: var(--padding-s);
|
||||
padding-inline-start: var(--padding-l);
|
||||
margin: 0;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue