Skip to content

Commit 71d2d00

Browse files
author
Przemysław Thomann
committed
Another cosmetic changes
1 parent 32fb26c commit 71d2d00

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/DecryptForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</div>
1212
</div>
1313
</div>
14-
<div class="row">
14+
<div class="row q-pb-md">
1515
<div class="col-lg-12 col-xs-grow">
1616
<q-btn-toggle
1717
v-model="option"

src/components/EncryptForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</div>
1010
</div>
1111
</div>
12-
<div class="row">
12+
<div class="row q-pb-md">
1313
<div class="col-lg-12 col-xs-grow">
1414
<q-btn-toggle
1515
v-model="option"

src/pages/Index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<q-page>
44
<div class="row">
55
<div class="col-lg-4 col-xs-grow text-center">
6-
<img src="statics/text-encrypter.png" class="q-pa-x" style="max-width: 100%"/>
6+
<img src="statics/text-encrypter.png" class="q-pa-md" style="max-width: 100%"/>
77
<q-card class="q-ma-md">
88
<q-card-section>
99
<div class="text-h4 custom-font">About</div>

0 commit comments

Comments
 (0)