Skip to content

Commit e12c0a9

Browse files
authored
Merge pull request #152 from pirogramming/main
이미지 경로 수정
2 parents 655bc4a + 23deee4 commit e12c0a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/Intro.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
content: "";
1414
position: absolute;
1515
inset: 0;
16-
background-image: url("./assets/img/logo.svg");
16+
background-image: url("/assets/img/logo.svg");
1717
background-repeat: no-repeat;
1818
background-size: contain;
1919
background-position: center;
@@ -27,7 +27,7 @@
2727
.intro_container {
2828
background-color: var(--background-black);
2929
color: var(--main-green);
30-
font-family: 'Akira Expanded';
30+
font-family: "Akira Expanded";
3131
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
3232
display: flex;
3333
justify-content: center;

0 commit comments

Comments
 (0)