File 56719.patch, 1.3 KB (added by multidots1896, 3 years ago) |
added patch
|
-
|
|
|
1046 | 1046 | color: #FFF; |
1047 | 1047 | } |
1048 | 1048 | } |
| 1049 | |
| 1050 | // Tag Cloud |
| 1051 | .wp-block-tag-cloud { |
| 1052 | |
| 1053 | &.aligncenter { |
| 1054 | text-align: center; |
| 1055 | justify-content: center; |
| 1056 | } |
| 1057 | } |
-
|
|
|
995 | 995 | width: 100%; |
996 | 996 | } |
997 | 997 | } |
| 998 | |
| 999 | |
| 1000 | // Tag Cloud |
| 1001 | .wp-block-tag-cloud { |
| 1002 | |
| 1003 | &.aligncenter { |
| 1004 | text-align: center; |
| 1005 | justify-content: center; |
| 1006 | } |
| 1007 | } |
-
|
|
|
2 | 2 | |
3 | 3 | &.aligncenter { |
4 | 4 | text-align: center; |
| 5 | justify-content: center; |
5 | 6 | } |
6 | 7 | } |