Skip to content

Commit 1cdf5d2

Browse files
committed
updated css class name in about
1 parent bfc34bd commit 1cdf5d2

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

src/assets/styles/about.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
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 {

src/pages/about.astro

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)