more ignored words
This commit is contained in:
@@ -124,7 +124,7 @@ export default function Generator() {
|
||||
});
|
||||
};
|
||||
return (
|
||||
<div className="flex">
|
||||
<div className="flex xl:flex-row flex-col">
|
||||
<div className="flex flex-col">
|
||||
<Pane width={480}>
|
||||
<TextareaField
|
||||
|
||||
@@ -2,10 +2,10 @@ import { Pane, Heading } from "evergreen-ui";
|
||||
|
||||
export default function Header() {
|
||||
return (
|
||||
<Pane>
|
||||
|
||||
<Heading is="h1" size={800} marginBottom={42}>
|
||||
Generuj profil przekroju terenu
|
||||
</Heading>
|
||||
</Pane>
|
||||
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user