Skip to content

Commit

Permalink
feat #4 로고 css
Browse files Browse the repository at this point in the history
  • Loading branch information
손재우 committed Jan 10, 2023
1 parent a3bc0b0 commit 4ec3793
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions src/components/StoreRegister/Logo.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.Logo {
width: 120px;
height: 120px;
object-fit: cover;
}

.Logo

// margin-top: 9em;
//width: 120px;
//height: 120px;
//object-fit: cover;
1 change: 0 additions & 1 deletion src/components/StoreRegister/Logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from "react";
import LogoImage from '../../assets/image/LogoImage.png'; //이미지 불러오기



function Logo() {
return (
<div>
Expand Down

0 comments on commit 4ec3793

Please sign in to comment.