Skip to content

Commit cd8159d

Browse files
committed
(#329)style: 헤더 마진 제거에 따른 스타일 추가
1 parent df7e71b commit cd8159d

File tree

13 files changed

+21
-15
lines changed

13 files changed

+21
-15
lines changed

src/asset/sass/etc/header/header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ img.hambar {
99
display: flex;
1010
align-items: center;
1111
margin-left: 14.5%;
12-
margin-top: -3.5%;
12+
margin-top: 5.5rem;
1313
cursor: pointer;
1414
z-index: 1;
1515
}

src/asset/sass/etc/header/userInfoHeader.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
height: 30px;
44
margin-left: 53px;
55
// margin-top:-0.3rem;
6-
margin-top: -0.5rem;
6+
margin-top: 0.2rem;
77
font-size: 1.5rem;
88
font-family: 'Pretendard-Bold';
99
border: 0.1px solid #fefefe;
@@ -341,4 +341,10 @@ img.loginuser {
341341
}
342342
.userInfo-container {
343343
z-index: 300;
344+
margin-top: -3rem;
345+
346+
}
347+
.user-icon-container-flex{
348+
margin-top: 0.7rem;
344349
}
350+

src/asset/sass/pages/myPage/infoEditPage.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
display: flex;
3333
align-items: center;
3434
justify-content: space-between;
35-
margin-top: 6rem;
35+
margin-top: 10rem;
3636
}
3737

3838
.modify-nick {

src/asset/sass/pages/notificationPage/notificationPage.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@
3636
display: flex;
3737
flex-direction: row;
3838
justify-content: space-between;
39+
margin-top: 10rem;
3940
}

src/asset/sass/pages/postPage/questionDetailPage.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.question-detail-container {
2-
margin-top: 5%;
2+
margin-top: 20%;
33
padding: 35px 70px;
44
}
55

src/asset/sass/pages/searchPage/companyRegistPage.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ $color-primary: #ff8d1d;
66
flex-direction: column;
77
align-items: center;
88
width: 100%;
9+
910
}
1011

1112
.regist-company-name,

src/components/pages/postPage/questionDetailPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ function QuestionDetailPage() {
390390
<StyledHeader>
391391
<TitleHeader pageTitle="상세보기" handleGoBack={handleGoBack} />
392392
</StyledHeader>
393-
<div className="question-detail-container">
393+
<div className="question-detail-container" >
394394
<div className="job-info">
395395
<img src={questionerTag === '취준생' ? Leaf : Tree} alt="" />
396396
<span className={questionerTag === '취준생' ? `leaf` : ''}>

src/components/pages/searchPage/companyRegistPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function CompanyRegistPage() {
8282
<StyledPage className="main-page-container">
8383
<StyledHeader>
8484
<TitleHeader pageTitle="기업 등록" handleGoBack={handleGoBack} />
85-
<form onSubmit={handleSubmit} className="company-form">
85+
<form onSubmit={handleSubmit} className="company-form" style={{marginTop:'10rem'}}>
8686
<div className="regist-company-name">
8787
<span>기업명</span> <div className="neccessary"> * 필수</div>
8888
</div>

src/components/ui/contactSlider/contactSlider.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.slider-container {
22
width: 100%;
3-
margin: 15rem auto;
3+
margin: 17rem auto 10rem auto;
44
height: 100%;
55
}
66

src/components/ui/searchInput/searchInput.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const StyledSearchInput = styled.input`
1717
border: 2px solid #ffbd7c;
1818
background-color: #fff;
1919
border-radius: 3rem;
20-
margin:13% 0% 0% 12.5%;
20+
margin:30% 0% 0% 12.5%;
2121
outline: none;
2222
2323
&:focus {
@@ -39,7 +39,7 @@ const AutoCompleteContainer = styled.div`
3939
width: 490px;
4040
letter-spacing: -1px;
4141
margin-left: 14%;
42-
margin-top: 1%;
42+
margin-top: 0.1%;
4343
border-radius: 0 0 10px 10px;
4444
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
4545
max-height: 300px;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy