Compare commits
2 Commits
360bd2248e
...
609f5bba92
Author | SHA1 | Date | |
---|---|---|---|
|
609f5bba92 | ||
|
fcd9c62042 |
BIN
public/logo5121.png
Normal file
BIN
public/logo5121.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
BIN
public/menu.png
Normal file
BIN
public/menu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 173 B |
@ -4,7 +4,7 @@ const Card = ({city}) => {
|
|||||||
return (
|
return (
|
||||||
<div style={{
|
<div style={{
|
||||||
height: 257,
|
height: 257,
|
||||||
width: 390,
|
width: '100%',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
const Header = () => {
|
const Header = () => {
|
||||||
return (
|
return (
|
||||||
|
<div style={{
|
||||||
|
height: '100%',
|
||||||
|
width: '100%',
|
||||||
|
display: 'flex',
|
||||||
|
alignItems: 'center',
|
||||||
|
justifyContent: 'center',
|
||||||
|
}}>
|
||||||
<div style={{
|
<div style={{
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
@ -34,6 +41,8 @@ const Header = () => {
|
|||||||
marginRight: 10
|
marginRight: 10
|
||||||
}}/>
|
}}/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user