mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
wrong main
This commit is contained in:
parent
10299afef3
commit
f5dc4f6371
2 changed files with 1 additions and 1 deletions
|
@ -206,6 +206,7 @@ main {
|
|||
scrollbar-color: var(--violet) var(--body-bg-color);
|
||||
scrollbar-gutter: stable both-edges;
|
||||
scroll-padding-top: calc(16px + 16px + 1lh + 16px + 16px);
|
||||
align-content: start;
|
||||
}
|
||||
|
||||
main > * {
|
||||
|
|
|
@ -332,7 +332,6 @@ main {
|
|||
margin: auto;
|
||||
padding: 12px;
|
||||
box-sizing: border-box;
|
||||
align-content: start;
|
||||
}
|
||||
|
||||
.welcome-to-roc {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue