Skip to content

Commit 3ffaf9c

Browse files
committed
configure
1 parent 69a32b9 commit 3ffaf9c

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

src/app/minecraft/infinite-client/page.css

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,23 @@
2323
.title h1 {
2424
font-size: 10vw !important;
2525
}
26-
h1 {
26+
section h1 {
2727
font-size: 4rem;
2828
margin-bottom: 1rem;
2929
}
3030

31-
h2 {
31+
section h2 {
3232
font-size: 2.5rem;
3333
margin-bottom: 2rem;
3434
}
3535

36-
p,
37-
li,
38-
a {
36+
section p,
37+
section li,
38+
section a {
3939
font-size: 1.5rem;
4040
margin-bottom: 1.5rem;
4141
}
4242

43-
ul {
43+
section ul {
4444
padding-left: 2rem;
4545
}
46-
47-
a {
48-
color: #2563eb;
49-
text-decoration: underline;
50-
}

src/app/tool/art/page.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ export default function ArtToolPage() {
1414
>
1515
<div className="tool-category-info">
1616
<h2>Monochrome Merge</h2>
17-
<p>Merge a light and dark image into a single monochrome image.</p>
17+
<p>
18+
Merge a light and dark image into a single monochrome image.
19+
</p>
1820
</div>
1921
</Link>
2022
</div>

0 commit comments

Comments
 (0)