Skip to content

Commit 00520d2

Browse files
committed
Ajustes pontuais na index
1 parent 32631c8 commit 00520d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="home">
55
<div class="row">
66
{% for post in site.posts %}
7-
<div class="col s12 m6">
7+
<div class="col s4">
88
<div class="card blue-grey darken-1">
99
<div class="card-content white-text">
1010
<span class="card-title yellow-text">{{ post.title }}</span>

0 commit comments

Comments
 (0)