diff --git a/_includes/nav.html b/_includes/nav.html index dd223fd..0250a52 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -42,6 +42,12 @@ About +
  • + + + What's Next? + +
  • Get Help diff --git a/_sass/_global.scss b/_sass/_global.scss index 003e113..8aafddf 100644 --- a/_sass/_global.scss +++ b/_sass/_global.scss @@ -180,3 +180,12 @@ a.link { .hover\:opacity-55:hover { opacity: 0.55; } +.dot { + position: absolute; + right: 0; + height: 5px; + width: 5px; + background-color: #6188ff; + border-radius: 50%; + display: inline-block; +}