File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 3939 display : flex ;
4040 justify-content : center ;
4141 align-items : center ;
42- margin-top : 3.75rem ;
4342
4443 & > img {
4544 width : 16.25rem ;
5150 display : flex ;
5251 align-items : center ;
5352 gap : 0.875rem ;
54- margin-top : auto ;
5553 }
5654}
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import AppRouter from "@/router/AppRouter";
88import ReactQueryClientProvider from "@/components/provider/ReactQueryClientProvider" ;
99
1010import "@/styles/reset.scss" ;
11+ import "@/styles/global.scss" ;
1112
1213ReactDom . createRoot ( document . getElementById ( "root" ) ! ) . render (
1314 < StrictMode >
Original file line number Diff line number Diff line change 1+ * {
2+ font-family : " Pretendard" , sans-serif ;
3+ }
4+
5+ body {
6+ max-width : 37.5rem ;
7+ margin : 0 auto ;
8+ }
Original file line number Diff line number Diff line change @@ -128,7 +128,3 @@ table {
128128 border-collapse : collapse ;
129129 border-spacing : 0 ;
130130}
131-
132- * {
133- font-family : " Pretendard" , sans-serif ;
134- }
You can’t perform that action at this time.
0 commit comments