Going from old personal website to new template from repo freelance_website repo

This commit is contained in:
Arjun Patel
2018-06-30 12:12:42 -07:00
parent 8064506d63
commit fc570c5560
110 changed files with 10682 additions and 11296 deletions
+22
View File
@@ -0,0 +1,22 @@
/* Icons */
ul.icons {
cursor: default;
list-style: none;
padding-left: 0;
li {
display: inline-block;
padding: 0 1rem 0 0;
&:last-child {
padding-right: 0;
}
.icon {
&:before {
font-size: 2rem;
}
}
}
}