Skip to content

Commit ede38b1

Browse files
committed
Update spacing
1 parent aac5a85 commit ede38b1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

src/App.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
.App {
22
text-align: center;
3+
background-image: url("./etc/background.png");
4+
position: fixed;
5+
min-width: 100%;
6+
min-height: 100%;
7+
background-size: cover;
8+
background-position: center;
39
}
410

511
.App-logo {
@@ -40,3 +46,8 @@
4046
body {
4147
background-color: #1E1E1E;
4248
}
49+
50+
.splide__pagination__page {
51+
margin-left: 10px;
52+
margin-right: 10px;
53+
}

src/components/ECarousel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class ECarousel extends React.Component {
4141
4242
</button>
4343
</div>
44-
)} className="px-5 pb-4">
44+
)} className="px-5 pb-5">
4545
<SplideSlide>
4646
<img src={ screenshot_1 } alt="Slide 1" width="100%"/>
4747
</SplideSlide>

0 commit comments

Comments
 (0)