Merge pull request #2112 from crazyserver/MOBILE-3168

MOBILE-3168 tags: Reduce tag font size on blocks
main
Juan Leyva 2019-10-01 12:47:14 +02:00 committed by GitHub
commit 8063fb42ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
.addon-block-blog-tags core-block-pre-rendered {
.core-block-content {
ul.inline-list {
font-size: 80%;
list-style: none;
@include margin-horizontal(0);
-webkit-padding-start: 0;

View File

@ -1,6 +1,7 @@
.addon-block-tags core-block-pre-rendered {
.core-block-content {
.tag_cloud {
font-size: 80%;
text-align: center;
ul.inline-list {
list-style: none;