diff options
author | Camil Staps | 2021-09-03 11:49:44 +0200 |
---|---|---|
committer | Camil Staps | 2021-09-03 11:49:44 +0200 |
commit | ea3667c0cf2f419a061977ba22e2c8b23eca4a42 (patch) | |
tree | 441002860e18ca3fe831d8b110db45069a05678a /resources/sass | |
parent | Add ORCiD link (diff) |
Add Open Access icons where applicable
Diffstat (limited to 'resources/sass')
-rw-r--r-- | resources/sass/style.scss | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/resources/sass/style.scss b/resources/sass/style.scss index 1523344..cb7d62e 100644 --- a/resources/sass/style.scss +++ b/resources/sass/style.scss @@ -70,8 +70,17 @@ table { } &.publications > tbody > tr > td:last-child > p { - margin-left: 1em; + margin-left: 2em; text-indent: -1em; + + /* Some ugly hard-coding to get the OA links to align nicely */ + > a.oa { + display: inline-block; + + > i { + margin-left: .3em; + } + } } } |