diff --git a/assets/static/sass/_layout.sass b/assets/static/sass/_layout.sass index c8456f2..af17e80 100644 --- a/assets/static/sass/_layout.sass +++ b/assets/static/sass/_layout.sass @@ -50,6 +50,9 @@ p:first-child .text-right text-align: right +.text-bold + font-weight: bold + .text-size-normal font-size: $font-size-normal diff --git a/templates/_base.html b/templates/_base.html index 143906b..fddb2b3 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -23,10 +23,10 @@