Develop global nav and remove resume

This commit is contained in:
2022-07-11 17:55:14 -07:00
parent 15cea93e53
commit ef7eeebd75
6 changed files with 123 additions and 163 deletions

View File

@@ -78,18 +78,6 @@ a {
@apply text-blue-600;
}
.arrow-right-after:after {
content: "\279C";
margin-left: 3px;
transform: translate(0px);
display: inline-block;
transition: all 0.2s;
}
.arrow-left-before:before {
content: "\21AB";
margin-left: 3px;
transform: translate(0px);
display: inline-block;
/* transition: all .2s; */
}
kbd {
@apply bg-gray-300 text-black border border-gray-700 rounded p-1;
}