We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac5a85 commit ede38b1Copy full SHA for ede38b1
src/App.css
@@ -1,5 +1,11 @@
1
.App {
2
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;
9
}
10
11
.App-logo {
@@ -40,3 +46,8 @@
40
46
body {
41
47
background-color: #1E1E1E;
42
48
49
+
50
+.splide__pagination__page {
51
+ margin-left: 10px;
52
+ margin-right: 10px;
53
+}
src/components/ECarousel.js
@@ -41,7 +41,7 @@ class ECarousel extends React.Component {
⮞
</button>
43
</div>
44
- )} className="px-5 pb-4">
+ )} className="px-5 pb-5">
45
<SplideSlide>
<img src={ screenshot_1 } alt="Slide 1" width="100%"/>
</SplideSlide>
0 commit comments