mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
feat(web): Add more stuff
This commit is contained in:
@@ -29,27 +29,7 @@ import { Stack, Grid } from "../solidjs/index.ts";
|
||||
style={{ "border-bottom": "none" }}
|
||||
class="before:!border-t-0"
|
||||
smGridColumns={8}
|
||||
mdGridColumns={10}
|
||||
lgGridColumns={12}
|
||||
/>
|
||||
<Grid
|
||||
style={{ "border-bottom": "none" }}
|
||||
class="before:!border-t-0"
|
||||
smGridColumns={8}
|
||||
mdGridColumns={10}
|
||||
lgGridColumns={12}
|
||||
/>
|
||||
<Grid
|
||||
style={{ "border-bottom": "none" }}
|
||||
class="before:!border-t-0"
|
||||
smGridColumns={8}
|
||||
mdGridColumns={10}
|
||||
lgGridColumns={12}
|
||||
/>
|
||||
<Grid
|
||||
style={{ "border-bottom": "none" }}
|
||||
class="before:!border-t-0"
|
||||
smGridColumns={8}
|
||||
gridRows={5}
|
||||
mdGridColumns={10}
|
||||
lgGridColumns={12}
|
||||
/>
|
||||
|
||||
@@ -150,7 +150,6 @@
|
||||
border: var(--guide-width) solid var(--guide-color);
|
||||
border-left: none;
|
||||
border-top: none;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 400px) {
|
||||
|
||||
Reference in New Issue
Block a user