Skip to content

Commit 14a0bc5

Browse files
committed
make the spacing in past-projects.html smaller
1 parent 130f6e7 commit 14a0bc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

assets/css/projects.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,11 @@ main {
163163
}
164164

165165
.past-projects {
166-
margin: 2rem auto;
166+
margin: 1rem auto;
167167
max-width: 48rem;
168168
padding-left: 1.25rem;
169169
display: flex;
170170
flex-direction: column;
171-
gap: 0.8rem;
172171
}
173172

174173
.past-project__title {

0 commit comments

Comments
 (0)