diff options
| author | Max | 2020-04-18 21:51:35 +0200 |
|---|---|---|
| committer | Max | 2020-04-18 21:51:35 +0200 |
| commit | 57b1f4abc3fb43180456b69f28566e20e91fc76b (patch) | |
| tree | 3aed6a4ba10249f01ddaedf3a96abfc086d36af1 /sass/theme/_theme.scss | |
| parent | a4c16d534b28358a7f60574dfb4101b07608c5ca (diff) | |
| download | fuselkoenig_de-57b1f4abc3fb43180456b69f28566e20e91fc76b.tar.gz | |
Add margins to tag cloud.
Diffstat (limited to 'sass/theme/_theme.scss')
| -rw-r--r-- | sass/theme/_theme.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sass/theme/_theme.scss b/sass/theme/_theme.scss index 8f4a93b..b91c5b6 100644 --- a/sass/theme/_theme.scss +++ b/sass/theme/_theme.scss @@ -288,6 +288,8 @@ span.rpwwt-post-title:hover{ .tag-cloud-link { //color: rgba(0, 0, 0, 0.87) !important; color: white !important; + margin-top: .1rem; + margin-bottom: .1rem; @extend .btn; //@extend .btn-light; @extend .btn-primary; |
