File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 17
17
color : var (--default-font-color );
18
18
padding : 0.3em ;
19
19
}
20
-
20
+ .card-title > h3 {
21
+ margin : 0 ;
22
+ }
21
23
.card-description {
22
24
padding : 0.3em ;
23
25
color : rgb (153 , 249 , 249 );
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ <h2 class="subtitle reveal">
180
180
I've made
181
181
</ h2 >
182
182
< article id ="open-ecommerce " class ="card-project reveal ">
183
- < div class ="card-title "> OpenEcommerce</ div >
183
+ < div class ="card-title "> < h3 > OpenEcommerce</ h3 > </ div >
184
184
< div class ="card-description ">
185
185
< p >
186
186
OpenEcommerce is an ecommerce builded with .net. Using a
@@ -197,7 +197,7 @@ <h2 class="subtitle reveal">
197
197
</ div >
198
198
</ article >
199
199
< 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 >
201
201
< div class ="card-description ">
202
202
< p >
203
203
It is a personal portfolio builded with angular using really
You can’t perform that action at this time.
0 commit comments