diff --git a/src/Collectives.vue b/src/Collectives.vue index 7f0de33d6..20f5d9ff9 100644 --- a/src/Collectives.vue +++ b/src/Collectives.vue @@ -136,7 +136,7 @@ export default { } #version-title, #titleform input[type='text'] { - font-size: 35px; + font-size: 30px; border: none; color: var(--color-main-text); width: 100%; diff --git a/src/components/Collective.vue b/src/components/Collective.vue index b3109ef28..31ac38530 100644 --- a/src/components/Collective.vue +++ b/src/components/Collective.vue @@ -211,7 +211,7 @@ export default { display: flex; align-items: center; justify-content: center; - font-size: 30px; + font-size: 24px; min-width: 44px; height: 43px; opacity: 0.8; @@ -219,7 +219,7 @@ export default { .button-emoji-page { width: 44px; padding: 0px 4px; - font-size: 30px; + font-size: 24px; &.mobile { font-size: 25px;