Skip to content

Commit 09dd108

Browse files
author
Yevhen Lisovenko
committed
feat: added booking widget
1 parent 6eacda6 commit 09dd108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/built-in-booking.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default {
3535
'<style>',
3636
' .widget-frame {',
3737
' display: block;',
38-
' height: 600px;',
38+
' height: 700px;',
3939
' width: 100%;',
4040
' max-width: 550px;',
4141
' margin: 25px auto;',
@@ -53,7 +53,7 @@ export default {
5353
<style>
5454
.widget-frame {
5555
display: block;
56-
height: 600px;
56+
height: 700px;
5757
width: 100%;
5858
max-width: 550px;
5959
margin: 25px auto;

0 commit comments

Comments
 (0)