File tree Expand file tree Collapse file tree 2 files changed +10
-17
lines changed
Expand file tree Collapse file tree 2 files changed +10
-17
lines changed Original file line number Diff line number Diff line change 1- @import url ("./common.css" );
2-
3- .about-main {
4- display : block;
5- }
6-
71.container__about {
2+ display : block;
83 padding : 1rem ;
94
105 > .moto {
Original file line number Diff line number Diff line change @@ -12,15 +12,13 @@ import BaseLayout from "@/layouts/Base";
1212 />
1313 </Fragment >
1414
15- <main class =" about-main" >
16- <div class =" container__about" >
17- <section class =" moto" >
18- <p >This is my initial version to make interactive games for kids</p >
19- <p >
20- Inspiration behind these games are to take kids away from smartphone and close to keyboard which will help in
21- their future building also.
22- </p >
23- </section >
24- </div >
25- </main >
15+ <article class =" container__about" >
16+ <section class =" moto" >
17+ <p >This is my initial version to make interactive games for kids</p >
18+ <p >
19+ Inspiration behind these games are to take kids away from smartphone and close to keyboard which will help in
20+ their future building also.
21+ </p >
22+ </section >
23+ </article >
2624</BaseLayout >
You can’t perform that action at this time.
0 commit comments