Skip to content

Commit 59d8b38

Browse files
committed
add h3 to the articles
1 parent 02ce993 commit 59d8b38

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

css/project-section.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
color: var(--default-font-color);
1818
padding: 0.3em;
1919
}
20-
20+
.card-title > h3 {
21+
margin: 0;
22+
}
2123
.card-description {
2224
padding: 0.3em;
2325
color: rgb(153, 249, 249);

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ <h2 class="subtitle reveal">
180180
I've made
181181
</h2>
182182
<article id="open-ecommerce" class="card-project reveal">
183-
<div class="card-title">OpenEcommerce</div>
183+
<div class="card-title"><h3>OpenEcommerce</h3></div>
184184
<div class="card-description">
185185
<p>
186186
OpenEcommerce is an ecommerce builded with .net. Using a
@@ -197,7 +197,7 @@ <h2 class="subtitle reveal">
197197
</div>
198198
</article>
199199
<article id="angular-portfolio" class="card-project reveal">
200-
<div class="card-title">Angular Portfolio</div>
200+
<div class="card-title"><h3>Angular Portfolio</h3></div>
201201
<div class="card-description">
202202
<p>
203203
It is a personal portfolio builded with angular using really

0 commit comments

Comments
 (0)