diff --git a/components/SiteNav/style.css b/components/SiteNav/style.css index a4f2129..62e173e 100644 --- a/components/SiteNav/style.css +++ b/components/SiteNav/style.css @@ -10,7 +10,7 @@ } .blog-nav ul li a { font-size: 16px; - line-heigh: 26px; + line-height: 26px; margin-bottom: 26px; border-bottom: 0; font-weight: 400; @@ -21,4 +21,4 @@ } .blog-nav ul li a:hover { border-bottom: 1px solid; -} \ No newline at end of file +}