Skip to content

Commit 5b589de

Browse files
committed
docs: reformat text
1 parent a13d72c commit 5b589de

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

src/css/custom.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,23 @@
2929
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
3030
}
3131
#frontPage {
32-
min-height: 85vh;
32+
min-height: 80vh;
3333
width: 100%;
3434
height: 100%;
3535
}
3636
.footer {
37-
min-height: 15vh;
37+
min-height: 20vh;
3838
width: 100%;
3939
height: auto;
4040
}
4141
p {
4242
padding: 1rem;
43-
max-width: 70%;
43+
max-width: 65%;
4444
margin: auto;
4545
}
46+
.front_page__text {
47+
font-size: 18px;
48+
}
4649

4750
button {
4851
background: none;

src/pages/index.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,13 @@ function HomepageHeader() {
1616
<div className="container">
1717
<h1 className="hero__title">{siteConfig.title}</h1>
1818
<p className="hero__subtitle">{siteConfig.tagline}</p>
19-
<p>
19+
<p className="front_page__text">
2020
ImageJS is a JavaScript library designed to facilitate image
2121
processing and manipulation. It provides a wide range of features for
2222
developers to enhance, analyze, and transform images seamlessly. It
2323
includes functions for common tasks such as resizing, cropping,
2424
filtering, and color adjustments.
2525
</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>
3126

3227
<div className={styles.buttons}>
3328
<Link

0 commit comments

Comments
 (0)