Skip to content

Commit

Permalink
[Fix] :: privacy policy logo add
Browse files Browse the repository at this point in the history
  • Loading branch information
lgwk42 committed May 10, 2024
1 parent 88715c7 commit cae3cd2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions src/main/resources/templates/PrivacyPolicy.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,24 @@
<style>
.title{
padding-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
padding-left: 50px;
padding-right: 50px;
}
.content{
padding-left: 20px;
padding-right: 20px;
padding-left: 50px;
padding-right: 50px;
}
.head{
width: auto;
}
img{
width: 80px;
height: auto;
}
</style>
</head>
<body>
<div class="head"><img src="/templates/connect-logo.png"></div>
<h1 class="title">Qvick 개인정보처리약관</h1>
<div class="content">
<h3>제1조 목적</h3>
Expand Down
Binary file added src/main/resources/templates/connect-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cae3cd2

Please sign in to comment.