File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export default {
57
57
.inputs {
58
58
display : grid ;
59
59
height : 100% ;
60
- grid-template-rows : 1 fr 1fr ;
60
+ grid-template-rows : 2 fr 1fr ;
61
61
.inputs-footer {
62
62
display : grid ;
63
63
height : 100% ;
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ $primary: #292d3e;
2
2
$background : #fff ;
3
3
4
4
@import " ~bulma/sass/utilities/_all.sass" ;
5
- @import " ~bulma/sass/layout/_all.sass" ;
6
5
@import " ~bulma/sass/base/_all.sass" ;
6
+ @import " ~bulma/sass/layout/hero.sass" ;
7
7
@import " ~bulma/sass/elements/container.sass" ;
8
8
@import " ~bulma/sass/elements/title.sass" ;
9
9
Original file line number Diff line number Diff line change 3
3
class =" github-fork-ribbon right-top fixed"
4
4
href =" https://github.com/vinicius73/jsonlogic-playground"
5
5
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 >
8
8
</template >
9
9
<style scoped>
10
10
/* !
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ export default {
12
12
JsonLogic Playground
13
13
</h1 >
14
14
<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 >
16
17
</h2 >
17
18
</div >
18
19
</div >
You can’t perform that action at this time.
0 commit comments