diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/base.css | 2 | ||||
-rw-r--r-- | static/index.css | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/static/base.css b/static/base.css index 65faad2..f9b1ae6 100644 --- a/static/base.css +++ b/static/base.css @@ -49,7 +49,7 @@ body { gap: 1.5em; } -.navbar__links__item { +.navbar__location { /* remove default link styling */ color: inherit; text-decoration: none; diff --git a/static/index.css b/static/index.css index 504b859..3f07a45 100644 --- a/static/index.css +++ b/static/index.css @@ -56,13 +56,13 @@ align-items: center; } -.achievements__item__number { +.achievements__number { /* Numbers should be big and attention grabbing */ font-size: 2rem; font-style: bold; } -.achievements__item__text { +.achievements__text { } .boxes { |