Forráskód Böngészése

spacing consintency further improved

Nikita Krupin 3 éve
szülő
commit
a5e5ca28e2

+ 1 - 1
Website/pages/donate.vue

@@ -2,7 +2,7 @@
   <div>
     
     <h1 class="title-text" >Donate</h1>
-    <p style="color: #999; margin-top: .5rem; margin-bottom: 2rem;">You can support our efforts to keep the internet free with a donation!</p>
+    <p style="color: #999; margin-top: .5rem; margin-bottom: 1.5rem;">You can support our efforts to keep the internet free with a donation!</p>
     <v-btn class="mainAltButton" :href="patreonLink" target="_blank">
       <v-icon style="margin-right: 0.5em;">mdi-patreon</v-icon>
       Patreon

+ 1 - 1
Website/pages/faq.vue

@@ -3,7 +3,7 @@
     
 
     <h1 class="title-text" >Frequently Asked Questions</h1>
-    <p style="color: #999; margin-top: .5rem; margin-bottom: 2rem;">Still have questions? Feel free to join our Discord!</p>
+    <p style="color: #999; margin-top: .5rem; margin-bottom: 1.5rem;">Still have questions? Feel free to join our Discord!</p>
 
     <v-expansion-panels focusable>
       <v-expansion-panel v-for="(item, i) in items" :key="i" style="width: 50vw; min-width: 300px;">

+ 5 - 5
Website/pages/install.vue

@@ -8,27 +8,27 @@
       <p style="margin-bottom: 1rem;">Available for Firefox and all Chromium browsers (Chrome/Edge/Opera/Brave).</p>
     </div>
 
-    <v-btn class="mainAltButton" :href="firefoxLink" target="_blank">
+    <v-btn class="mainAltButton mb-2" :href="firefoxLink" target="_blank">
       <v-icon style="margin-right: 0.5em;">mdi-firefox</v-icon>
       Firefox
     </v-btn>
 
-    <v-btn class="mainAltButton" :href="chromeLink" target="_blank">
+    <v-btn class="mainAltButton mb-2" :href="chromeLink" target="_blank">
       <v-icon style="margin-right: 0.5em;">mdi-google-chrome</v-icon>
       Chrome
     </v-btn>
 
-    <v-btn class="mainAltButton" :href="chromeLink" target="_blank">
+    <v-btn class="mainAltButton mb-2" :href="chromeLink" target="_blank">
       <v-icon style="margin-right: 0.5em;">mdi-microsoft-edge</v-icon>
       Edge
     </v-btn>
 
-    <v-btn class="mainAltButton" :href="chromeLink" target="_blank">
+    <v-btn class="mainAltButton mb-2" :href="chromeLink" target="_blank">
       <v-icon style="margin-right: 0.5em;">mdi-opera</v-icon>
       Opera
     </v-btn>
 
-    <v-btn class="mainAltButton" :href="chromeLink" target="_blank">
+    <v-btn class="mainAltButton mb-2" :href="chromeLink" target="_blank">
       <v-img style="margin-right: 1rem;" src="ui/brave-mono.svg" height="20" width="20" />
       Brave
     </v-btn>

+ 1 - 1
Website/pages/links.vue

@@ -4,7 +4,7 @@
     <h1 class="title-text" >Project Links</h1>
           
     <div style="color: #999">
-      <p style="margin-top: .5rem; margin-bottom: .5em;">Links to the project and it's developers</p>
+      <p style="margin-top: .5rem; margin-bottom: 1rem;">Links to the project and it's developers</p>
     </div>
 
     <v-btn class="mainAltButton" :href="githubLink" target="_blank">