하 코드리뷰요

This commit is contained in:
imnyang 2024-11-24 23:30:51 +09:00
commit ffd421a1f1
8 changed files with 74 additions and 72 deletions

View file

@ -1,7 +1,13 @@
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
@tailwind base;
@tailwind components;
@tailwind utilities;
* {
font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
margin: 0;
padding: 0;
}
:root {
@ -30,6 +36,7 @@ a:hover {
body {
margin: 0;
padding: 0;
width: 100vw;
min-height: 100vh;
display: flex;
flex-direction: row;