File tree Expand file tree Collapse file tree 2 files changed +9
-12
lines changed
minecraft/infinite-client Expand file tree Collapse file tree 2 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 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- }
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments