Skip to content

Commit

Permalink
Use unsafe-end instead of flex-end (Test for samsung internet)
Browse files Browse the repository at this point in the history
Signed-off-by: Eunki Hong <[email protected]>
  • Loading branch information
hinohie committed Apr 2, 2024
1 parent 1623764 commit ba8fe76
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@
<!-- Page 1 : Main image -->
<div class="content-page">
<div class="Coverimage">
<div class="Frame9" style="position:relative; top:10%">
<div class="Frame9" style="position:relative;">
<div style="font-size: 20px;">홍은기 & 이정민</div>
<div class="WeddingInvitation" style="color: #0F0F3F; font-size: 60px; font-family: Ingrid Darling; margin: 2vh">Wedding Invitation</div>
<div style="font-size: 15px;">2024년 7월 13일 토요일 오후 1시<br/>삼성전자 서초 사옥 웨딩홀 5층</div>
<div style="height:10vh;"></div> <!-- Why ?? -->
</div>
</div>
</div>
Expand Down
11 changes: 0 additions & 11 deletions styles/style_main.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,6 @@
}
}

.page > p {
position: relative;
text-align: center;
color: black;
font-size: 15px;
font-family: Noto Serif KR;
font-weight: 400;
line-height: 30px;
word-wrap: break-word;
}

.content-page {
width: 100%;
height: 100%;
Expand Down
2 changes: 1 addition & 1 deletion styles/style_sub.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
height: 100%;
margin: auto;
flex-direction: column;
justify-content: flex-end;
justify-content: unsafe end;
align-items: center;
gap: 15px;
}
Expand Down

0 comments on commit ba8fe76

Please sign in to comment.