Skip to content

Commit

Permalink
位置調整とアイコン
Browse files Browse the repository at this point in the history
  • Loading branch information
romiogaku committed Feb 20, 2018
1 parent 7825ad6 commit 634d1c7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
Binary file modified public/images/icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/components/Grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ ul {
display: grid;
grid-gap: 1rem;
grid-template-columns: 1fr 1fr;
padding: 0%;
}
4 changes: 4 additions & 0 deletions src/components/Search.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.search {
display: grid;
grid-template-columns: 1fr;
}
1 change: 1 addition & 0 deletions src/components/Search.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as React from "react";
import "./Search.css";

const Search = props => (
<div className="search">
Expand Down

0 comments on commit 634d1c7

Please sign in to comment.