Skip to content

Commit edfb0b5

Browse files
committed
[FE] SISC1-188 [FIX] : CSS 수정
1 parent 3cf9cd9 commit edfb0b5

4 files changed

Lines changed: 106 additions & 20 deletions

File tree

frontend/package-lock.json

Lines changed: 102 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13+
"axios": "^1.13.1",
1314
"pretendard": "^1.3.9",
1415
"react": "^19.1.1",
1516
"react-dom": "^19.1.1",

frontend/src/components/Sidebar.module.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@
130130

131131
.title {
132132
font-weight: 600;
133-
font-style: SemiBold;
134133
font-size: 18.53px;
135134
line-height: 120%;
136135
letter-spacing: -3%;
136+
color: white;
137137
}
138138

139139
.menuButton {
@@ -159,7 +159,3 @@
159159
width: 19px;
160160
height: 19px;
161161
}
162-
163-
.title {
164-
color: white;
165-
}

frontend/src/pages/Home.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
height: 100px;
3434
display: flex;
3535
align-items: center;
36-
justify-content: end;
36+
justify-content: flex-end;
3737
}
3838

3939
.textBox h1 {
@@ -107,6 +107,7 @@
107107
position: absolute;
108108
width: 200px;
109109
height: 235px;
110+
left: 1016px;
110111
top: 468px;
111112
}
112113

0 commit comments

Comments
 (0)