-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
87 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,55 @@ | ||
:root { | ||
/* "Last modified" 텍스트 스타일 */ | ||
|
||
} | ||
|
||
/* make the border for images transparent with a 30px radius */ | ||
.article__img { | ||
border-radius: 30px !important; | ||
border: none; | ||
} | ||
|
||
|
||
/* "Edit page" 링크 스타일 (버튼 모양)*/ | ||
.sub-title__edit-info .sub-title__editing-link { | ||
display: flex; | ||
padding: 8px 12px; | ||
background-color: #007bff; | ||
color: white; | ||
text-decoration: none; | ||
border-radius: 4px; | ||
|
||
|
||
.title__content { | ||
font-family: "Comic Sans MS"; | ||
font-weight: 600; | ||
} | ||
|
||
.article__p { | ||
font-family: "Monaco"; | ||
font-weight:500 | ||
|
||
|
||
.sub-title.sub-title--related-h1 .sub-title__edit-info { | ||
position: fixed; | ||
flex-direction: column; | ||
display: flex; | ||
align-items: left; | ||
right: 14vw; | ||
top: 10vh; | ||
} | ||
|
||
|
||
.page-footer .page-info { | ||
display: flex; | ||
flex-direction: column; /* 기본적으로 세로 배치 (모바일) */ | ||
align-items: flex-start; /* 왼쪽 정렬 */ | ||
gap: 10px; | ||
.sub-title__edit-info .sub-title__editing-link:hover { | ||
background-color: #ffffff; | ||
color:#000000; | ||
} | ||
|
||
/* 날짜 */ | ||
.sub-title__edit-info { | ||
font-size:8px; | ||
} | ||
|
||
@media (min-width: 768px) { /* 화면 너비가 768px 이상일 때 (태블릿/데스크탑) */ | ||
.page-footer .page-info { | ||
flex-direction: row; /* 가로 배치 */ | ||
justify-content: space-between; /* 양쪽 끝 정렬 */ | ||
} | ||
/*에디트 버튼 */ | ||
.sub-title__editing-link { | ||
display:fixed; | ||
padding: 3px; | ||
background-color: #007bff; | ||
border-radius: 8px; | ||
font-size:3em; | ||
text-align:center; | ||
color: #ffffff; | ||
} | ||
|
||
/* (2) */ | ||
.footer-container { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: flex-start; | ||
gap: 10px; | ||
.app__article { /* 또는 적절한 상위 요소 */ | ||
padding-bottom: 80px; /* 버튼 높이 + 여유 공간 */ | ||
} | ||
|
||
@media (min-width: 768px) { | ||
.footer-container { | ||
flex-direction: row; | ||
justify-content: space-between; | ||
} | ||
} | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.