Skip to content

Commit ca434a5

Browse files
committed
adjust padding on modules
1 parent 2117436 commit ca434a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/sass/pages/_download.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,9 @@
144144
.download-modules {
145145
// three column grid
146146
display: grid;
147-
font-size: 12px;
148147
grid-template-columns: repeat(3, 1fr);
148+
font-size: 12px;
149+
padding-top: 1em;
149150
}
150151
}
151152

0 commit comments

Comments
 (0)