diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-05-20 22:22:35 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-05-21 19:23:43 +0200 |
| commit | 802548124071039f83ebfa2605e839ded82b5689 (patch) | |
| tree | 62d85fe786b84fcdd099f20e21e1827add701ae8 /src/styles/pages/topic.module.scss | |
| parent | 7fd11d99f8a547e4acb89b9f9159b92e208dc90f (diff) | |
chore: update some styles
* Improve wp-blocks-columns, wp-block-quote and some images
* Make Sharing widget consistent between pages
* Remove margin option from lists
* Fix Topic logo alignement
Diffstat (limited to 'src/styles/pages/topic.module.scss')
| -rw-r--r-- | src/styles/pages/topic.module.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/pages/topic.module.scss b/src/styles/pages/topic.module.scss index badb694..fd5f742 100644 --- a/src/styles/pages/topic.module.scss +++ b/src/styles/pages/topic.module.scss @@ -2,5 +2,5 @@ .logo { max-width: fun.convert-px(50); - margin-right: var(--spacing-xs); + margin: 0 var(--spacing-xs) 0 0; } |
