Skip to content

Commit

Permalink
교과과정 줄맞춤 스타일 (#198)
Browse files Browse the repository at this point in the history
* fix: 전공 이수 표준 형태 줄맞춤

* refactor: 불필요한 파일 삭제
  • Loading branch information
yeolyi authored Apr 7, 2024
1 parent 8e83d06 commit 427cbb1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/[locale]/academics/undergraduate/curriculum/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import './style.css';

import { getCurriculum } from '@/apis/academics';

import RoadMapButton from '@/app/[locale]/academics/helper/RoadMapButton';
Expand Down
5 changes: 5 additions & 0 deletions app/[locale]/academics/undergraduate/curriculum/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* TODO: 안맞는 줄간격을 조절하기 위한 흑마법 */
.sun-editor-editable table tbody tr td div {
margin-bottom: 5px;
text-align: center;
}
2 changes: 1 addition & 1 deletion app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default async function RootLayout({
type="module"
src="https://8fl3k30sy0.execute-api.ap-northeast-2.amazonaws.com/v1/api/fontstream/djs/?sid=gAAAAABmERKxhfDey2qfPcjgFRkqpXwpei80obWPEPGgtzmc1srWnLLM7CwF6IB-jSHY8hwosajn3Gf6fF78x40vCqY73IHI7gAfsQB5_s3rFFOXAIfEzDO8pPh1kuI-MOAQIB06VNZirmAuXXAk8G0AkXFglUB3D2qkZZBWIBYEoezeYy5qE-kChjhuabFzkXxUNpfRrIdlFm4DhZTLr1SjdGNKgJx15nlvFpAX6PqeRNKoS6uL4Ye8346heclwa_f8pdXV9-0G"
/>
<body className="sm:min-w-fit">
<body className="sm:min-w-[1024px]">
<ContextProviders locale={params.locale}>
<Navbar />
<MobileNav />
Expand Down
1 change: 0 additions & 1 deletion app/[locale]/research/labs/ResearchLabListRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const laboratoriesPath = getPath(researchLabs);
const facultyPath = getPath(faculty);

export default function ResearchLabListRow({ lab }: { lab: SimpleResearchLab }) {
console.log(lab);
return (
<li
className="grid grid-cols-[auto,_1fr] grid-rows-5 items-end gap-2 bg-white px-7 py-6 text-sm tracking-[0.02em] odd:bg-neutral-50
Expand Down

0 comments on commit 427cbb1

Please sign in to comment.