MOBILE-3814 blocks: Make tags bigger
parent
7d3a650ac4
commit
8cf41088a8
|
@ -1,9 +1,7 @@
|
||||||
:host .core-block-content ::ng-deep {
|
:host .core-block-content ::ng-deep {
|
||||||
ul.inline-list {
|
ul.inline-list {
|
||||||
font-size: 80%;
|
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin-left: 0;
|
margin: 0;
|
||||||
margin-right: 0;
|
|
||||||
-webkit-padding-start: 0;
|
-webkit-padding-start: 0;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
|
|
@ -1,11 +1,9 @@
|
||||||
:host .core-block-content ::ng-deep {
|
:host .core-block-content ::ng-deep {
|
||||||
.tag_cloud {
|
.tag_cloud {
|
||||||
font-size: 80%;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
ul.inline-list {
|
ul.inline-list {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin-left: 0;
|
margin: 0;
|
||||||
margin-right: 0;
|
|
||||||
-webkit-padding-start: 0;
|
-webkit-padding-start: 0;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
|
Loading…
Reference in New Issue