More mobile styling

This commit is contained in:
Robert Long
2021-08-23 12:50:19 -07:00
parent b6b33219a8
commit 85d77a32bf
5 changed files with 15 additions and 48 deletions

View File

@@ -21,7 +21,7 @@ import { Header, LeftNav, UserNav } from "./Header";
import ColorHash from "color-hash";
import styles from "./Home.module.css";
import { FieldRow, InputField, Button, ErrorMessage } from "./Input";
import { Center, Content, Sidebar, Modal } from "./Layout";
import { Center, Content, Modal } from "./Layout";
const colorHash = new ColorHash({ lightness: 0.3 });