diff options
Diffstat (limited to 'design/sass/_resume.scss')
-rw-r--r-- | design/sass/_resume.scss | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/design/sass/_resume.scss b/design/sass/_resume.scss index 1bd9db2..157e88f 100644 --- a/design/sass/_resume.scss +++ b/design/sass/_resume.scss @@ -123,10 +123,13 @@ } } -.pub-title a { - color: $brown; - text-decoration: none; - font-weight: 400; +.pub-title { + margin-bottom: 1.75em; + a { + color: $brown; + text-decoration: none; + font-weight: 400; + } } .resume h6 { @include constrain_narrow; |