Skip to content
This repository was archived by the owner on Sep 15, 2020. It is now read-only.

Commit 5de51f6

Browse files
committed
Add a margin in footer links.
1 parent 716a940 commit 5de51f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/assets/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,10 @@ footer ul {
229229
margin: 0;
230230
}
231231

232+
footer .list-unstyled li {
233+
margin: 10px 0;
234+
}
235+
232236

233237
/* -- social networks -- */
234238
.social-ul {

0 commit comments

Comments
 (0)