Skip to content

Commit 0b864f4

Browse files
committed
💄 minor adjusts
1 parent fc76f07 commit 0b864f4

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

‎src/App.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default {
5757
.inputs {
5858
display: grid;
5959
height: 100%;
60-
grid-template-rows: 1fr 1fr;
60+
grid-template-rows: 2fr 1fr;
6161
.inputs-footer {
6262
display: grid;
6363
height: 100%;

‎src/assets/scss/main.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ $primary: #292d3e;
22
$background: #fff;
33

44
@import "~bulma/sass/utilities/_all.sass";
5-
@import "~bulma/sass/layout/_all.sass";
65
@import "~bulma/sass/base/_all.sass";
6+
@import "~bulma/sass/layout/hero.sass";
77
@import "~bulma/sass/elements/container.sass";
88
@import "~bulma/sass/elements/title.sass";
99

‎src/components/GHForkRibbon.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
class="github-fork-ribbon right-top fixed"
44
href="https://github.com/vinicius73/jsonlogic-playground"
55
target="_blank"
6-
data-ribbon="Fork me on GitHub"
7-
title="Fork me on GitHub">Fork me on GitHub</a>
6+
data-ribbon="See on GitHub"
7+
title="See on GitHub">See on GitHub</a>
88
</template>
99
<style scoped>
1010
/*!

‎src/components/Hero.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ export default {
1212
JsonLogic Playground
1313
</h1>
1414
<h2 class="subtitle">
15-
A simple <a href="http://jsonlogic.com/" target="_blank">JsonLogic</a> tester
15+
A simple <a href="http://jsonlogic.com/" target="_blank">JsonLogic</a> tester,
16+
by <strong><a href="https://vinicius73.dev">Vinicius Reis</a></strong>
1617
</h2>
1718
</div>
1819
</div>

0 commit comments

Comments
 (0)