File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 29
29
--docusaurus-highlighted-code-line-bg : rgba (0 , 0 , 0 , 0.3 );
30
30
}
31
31
# frontPage {
32
- min-height : 85 vh ;
32
+ min-height : 80 vh ;
33
33
width : 100% ;
34
34
height : 100% ;
35
35
}
36
36
.footer {
37
- min-height : 15 vh ;
37
+ min-height : 20 vh ;
38
38
width : 100% ;
39
39
height : auto;
40
40
}
41
41
p {
42
42
padding : 1rem ;
43
- max-width : 70 % ;
43
+ max-width : 65 % ;
44
44
margin : auto;
45
45
}
46
+ .front_page__text {
47
+ font-size : 18px ;
48
+ }
46
49
47
50
button {
48
51
background : none;
Original file line number Diff line number Diff line change @@ -16,18 +16,13 @@ function HomepageHeader() {
16
16
< div className = "container" >
17
17
< h1 className = "hero__title" > { siteConfig . title } </ h1 >
18
18
< p className = "hero__subtitle" > { siteConfig . tagline } </ p >
19
- < p >
19
+ < p className = "front_page__text" >
20
20
ImageJS is a JavaScript library designed to facilitate image
21
21
processing and manipulation. It provides a wide range of features for
22
22
developers to enhance, analyze, and transform images seamlessly. It
23
23
includes functions for common tasks such as resizing, cropping,
24
24
filtering, and color adjustments.
25
25
</ p >
26
- < p >
27
- ImageJS is optimized for performance, ensuring quick and efficient
28
- operations even with high-resolution images, and is easy to integrate
29
- into existing projects with its intuitive API.
30
- </ p >
31
26
32
27
< div className = { styles . buttons } >
33
28
< Link
You can’t perform that action at this time.
0 commit comments