about summary refs log tree commit diff
path: root/src/components/JoinUs.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/JoinUs.vue')
-rw-r--r--src/components/JoinUs.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/JoinUs.vue b/src/components/JoinUs.vue
index 186be09..2f99a6b 100644
--- a/src/components/JoinUs.vue
+++ b/src/components/JoinUs.vue
@@ -2,7 +2,7 @@
   <section class="joinus">
     <div class="heading">
       <div class="title">
-        <h1 class="text">Rozpocznij swoją harcerską przygodę!</h1>
+        <div class="text">Rozpocznij swoją harcerską przygodę!</div>
       </div>
       <div class="button">
         <router-link to="/kontakt">Dołącz do nas!</router-link>
@@ -42,6 +42,7 @@
 .title .text {
   margin: 0;
   padding: 10px;
+  font-size: 24px;
 }
 
 .button {