Skip to content

Commit 175bf9f

Browse files
committed
add gitignore and hidden x overflow
1 parent 7b1b6a6 commit 175bf9f

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.env
2+
node_modules/

src/index.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111

1212

1313
* {
14-
font-family: 'MultiroundPro', sans-serif;
14+
font-family: 'MultiroundPro', sans-serif;
15+
overflow-x: hidden;
1516
}
1617

1718
body {
18-
background: #191118;
19+
background: #191118;
1920
}

0 commit comments

Comments
 (0)