Skip to content

Commit adb7bf7

Browse files
committed
add padding to card-title class
1 parent bb7f973 commit adb7bf7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ <h2 class="subtitle reveal">These are my github repositories</h2>
6363
<div class="card-title">
6464
OpenEcommerce
6565
</div>
66-
<br>
6766
<div class="card-description">
6867
OpenEcommerce is an ecommerce builded with .net. Using a hexagonal architecture, cqrs pattern and more interesting patterns.
6968
</div>

styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ nav {
153153
}
154154
.card-title{
155155
color: var(--default-font-color);
156+
padding: 0.5em;
157+
156158

157159
}
158160
.card-description{

0 commit comments

Comments
 (0)