Skip to content

Commit

Permalink
height 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyouuu committed Dec 12, 2023
1 parent 0393b08 commit 307f73f
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/static/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,20 +102,20 @@
justify-content : bottom;
align-items: bottom;
position:sticky;
top:30;
top:0;

}

li {
list-style: none;
position:sticky;
top:30;
top:0;
}

.white_font {
color: #fff;
position:sticky;
top:30;
top:0;
}

.cate {
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/editmyprofile.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<body>
<div id = 'head' class="header">
<img src="/img/Logo.png" style = "margin-right: 1350px;" alt="로고" width="200px" height="100px" onclick="location.href='/'">
<img src="/img/Logo.png" style = "margin-right: 1350px;" alt="로고" width="200px" height="70px" onclick="location.href='/'">
<div class="button-container" id="buttonContainer">
<p class = 'nickname' id = 'name' style = "margin-right: 40px;"></p>
<button class="button" id="logoutBtn" style="margin: 7px;" onclick="logout()">로그아웃</button>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/free_boardEdit.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<body>
<div id = 'head' class="header">
<img src="/img/Logo.png" style = "margin-right: 1350px;" alt="로고" width="200px" height="100px" onclick="location.href='/'">
<img src="/img/Logo.png" style = "margin-right: 1350px;" alt="로고" width="200px" height="70px" onclick="location.href='/'">
<div class="button-container" id="buttonContainer">
<p class = 'nickname' id = 'name' style = "margin-right: 40px;"></p>
<button class="button" id="logoutBtn" style="margin: 7px;" onclick="logout()">로그아웃</button>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/free_boardList.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<body>
<div id = 'head' class="header">
<img src="/img/Logo.png" style = "margin-right: 1350px;" alt="로고" width="200px" height="100px" onclick="location.href='/'">
<img src="/img/Logo.png" style = "margin-right: 1350px;" alt="로고" width="200px" height="70px" onclick="location.href='/'">


<div class="button-container" id="buttonContainer">
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/free_boardView.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

<body>
<div id = 'head' class="header">
<img src="/img/Logo.png" style = "margin-right: 1350px;" alt="로고" width="200px" height="65px" onclick="location.href='/'">
<img src="/img/Logo.png" style = "margin-right: 1350px;" alt="로고" width="200px" height="70px" onclick="location.href='/'">
<div class="button-container" id="buttonContainer">
<p class = 'nickname' id = 'name' style = "margin-right: 40px;"></p>
<button class="button" id="logoutBtn" style="margin: 7px;" onclick="logout()">로그아웃</button>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/free_boardWrite.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<body>
<div id = 'head' class="header">
<img src="/img/Logo.png" style = "margin-right: 1350px;" alt="로고" width="200px" height="100px" onclick="location.href='/'">
<img src="/img/Logo.png" style = "margin-right: 1350px;" alt="로고" width="200px" height="70px" onclick="location.href='/'">
<div class="button-container" id="buttonContainer">
<p class = 'nickname' id = 'name' style = "margin-right: 40px;"></p>
<button class="button" id="logoutBtn" style="margin: 7px;" onclick="logout()">로그아웃</button>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/join.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<body>
<div id = 'head' class="header">
<img src="/img/Logo.png" style = "margin-right: 1350px;" alt="로고" width="200px" height="100px" onclick="location.href='/'">
<img src="/img/Logo.png" style = "margin-right: 1350px;" alt="로고" width="200px" height="70px" onclick="location.href='/'">
<div class="button-container" id="buttonContainer">
<p class = 'nickname' id = 'name' style = "margin-right: 40px;"></p>
<button class="button" id="logoutBtn" style="margin: 7px;" onclick="logout()">로그아웃</button>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/login.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</head>
<body>
<div id = 'head' class="header">
<img src="/img/Logo.png"style = "margin-right: 1350px;" alt="로고" width="200px" height="65px" onclick="location.href='/main'">
<img src="/img/Logo.png"style = "margin-right: 1350px;" alt="로고" width="200px" height="70px" onclick="location.href='/main'">

<div class="button-container" id="buttonContainer">
<p class = 'nickname' id = 'name' style = "margin-right: 40px;"></p>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/main.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<body>
<div id = 'head' class="header">
<img src="/img/Logo.png" style = "margin-right: 1350px;" alt="로고" width="200px" height="100px" onclick="location.href='/'">
<img src="/img/Logo.png" style = "margin-right: 1350px;" alt="로고" width="200px" height="70px" onclick="location.href='/'">


<div class="button-container" id="buttonContainer">
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/myfreepost.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<body>

<div id = 'head' class="header">
<img src="/img/Logo.png" style = "margin-right: 1350px;" alt="로고" width="200px" height="65px" onclick="location.href='/'">
<img src="/img/Logo.png" style = "margin-right: 1350px;" alt="로고" width="200px" height="70px" onclick="location.href='/'">

<div class="button-container" id="buttonContainer">
<p class = 'nickname' id = 'name' style = "margin-right: 40px;"></p>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/mypage.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<body>
<div id = 'head' class="header">
<img src="/img/Logo.png" style = "margin-right: 1350px;" alt="로고" width="200px" height="100px" onclick="location.href='/'">
<img src="/img/Logo.png" style = "margin-right: 1350px;" alt="로고" width="200px" height="70px" onclick="location.href='/'">

<div class="button-container" id="buttonContainer">
<p class = 'nickname' id = 'name' style = "margin-right: 40px;"></p>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/mypost.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<body>

<div id = 'head' class="header">
<img src="/img/Logo.png" style = "margin-right: 1350px;" alt="로고" width="200px" height="100px" onclick="location.href='/'">
<img src="/img/Logo.png" style = "margin-right: 1350px;" alt="로고" width="200px" height="70px" onclick="location.href='/'">

<div class="button-container" id="buttonContainer">
<p class = 'nickname' id = 'name' style = "margin-right: 40px;"></p>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/storeList.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

<body>
<div id = 'head' class="header">
<img src="/img/Logo.png" style = "margin-right: 1350px;" alt="로고" width="200px" height="100px" onclick="location.href='/'">
<img src="/img/Logo.png" style = "margin-right: 1350px;" alt="로고" width="200px" height="70px" onclick="location.href='/'">


<div class="button-container" id="buttonContainer">
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/storeView.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
</style>
<body>
<div id="head" class="header">
<img src="/img/Logo.png" style = "margin-right: 1350px;" alt="로고" width="200px" height="100px" onclick="location.href='/'">
<img src="/img/Logo.png" style = "margin-right: 1350px;" alt="로고" width="200px" height="70px" onclick="location.href='/'">


<div class="button-container" id="buttonContainer">
Expand Down

0 comments on commit 307f73f

Please sign in to comment.