diff options
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/hmno_banners.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/hmno_banners.scss b/app/assets/stylesheets/hmno_banners.scss index d01570e..231d306 100644 --- a/app/assets/stylesheets/hmno_banners.scss +++ b/app/assets/stylesheets/hmno_banners.scss @@ -6,4 +6,7 @@ right: $sidebar-margin; } text-align: center; + a { + display: block; + } } |