Skip to content

Commit

Permalink
try new grid temlate
Browse files Browse the repository at this point in the history
  • Loading branch information
mishankov committed Mar 1, 2024
1 parent 8697e48 commit ef38b8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/App/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import Heading from "../../components/Heading.svelte";
import Link from "../../components/Link.svelte";
let source = "Try me!\nResult will update automatically"
let source = "Try me!\nResult will be updated automatically"
let result = ""
let manipulations: TManipulation[] = [{
type: "replace",
Expand Down Expand Up @@ -45,7 +45,7 @@
<style>
.panels {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr auto 1fr;
gap: 10px;
padding: 10px;
Expand Down

0 comments on commit ef38b8f

Please sign in to comment.