diff --git a/client/src/component/Header.js b/client/src/component/Header.js index f159d757c..e9b58dd40 100644 --- a/client/src/component/Header.js +++ b/client/src/component/Header.js @@ -7,6 +7,10 @@ import { useState } from 'react'; import UserMenu from './UserMenu'; import styled from 'styled-components'; +const Li = styled.li` + font-size: 1.2rem; +`; + function Header() { // const test = useSelector((state) => state); @@ -31,7 +35,7 @@ function Header() { src={logo} alt="logo " className="header-logo" - style={{ minWidth: '150px' }} + style={{ minWidth: '200px' }} /> @@ -40,19 +44,19 @@ function Header() { to="/main" style={{ color: 'inherit', textDecoration: 'inherit' }} > -
  • 메인페이지
  • +
  • 메인페이지
  • -
  • 무료 정보 게시판
  • +
  • 무료 정보 게시판
  • -
  • 유료 정보 게시판
  • +
  • 유료 정보 게시판