8
8
</div >
9
9
<div class =" book-content" >
10
10
<div class =" inner-container" >
11
- <div class =" inner-header {{ ! $modalContent -> showImage && $modalContent -> bookButtons [0 ]-> type === ' signature' ? ' increased-font-size' : ' ' } }" >
11
+ <div
12
+ class =" inner-header {{ ! $modalContent -> showImage && $modalContent -> bookButtons [0 ]-> type === ' signature' ? ' increased-font-size' : ' ' } }" >
12
13
{!! $modalContent -> bookSubHeading ! !}
13
14
</div >
14
15
<div class =" main-content" >
24
25
class =" book-text {{ $modalContent -> showImage ? ' ' : ' book-text-resize' } }" >{!! $modalContent -> bookText ! !} </div >
25
26
</div >
26
27
</div >
27
- <div class =" book-footer book-button-text {{ isset ($modalContent -> bookButtons [1 ]) ? ' margin-increase' : ' ' } }" >{!! $modalContent -> bookButtonText ! !} </div >
28
+ <div
29
+ class =" book-footer book-button-text {{ isset ($modalContent -> bookButtons [1 ]) ? ' margin-increase' : ' ' } }" >{!! $modalContent -> bookButtonText ! !} </div >
28
30
<div class =" button-container button-container-override" >
29
31
@foreach ($modalContent -> bookButtons as $button )
30
32
@if ($button -> type === ' standard' )
31
- <button onclick =" window.open('https://www.ebay.co.uk/itm/304251724807', '_blank')" class =" book-button button text-white font-bold py-2 px-4 border-b-4 border-blue-700 hover:border-blue-500 rounded m-auto" >{{ $button -> text } } </button >
33
+ <button onclick =" window.open('https://www.ebay.co.uk/itm/304251724807', '_blank')"
34
+ class =" book-button button text-white font-bold py-2 px-4 border-b-4 border-blue-700 hover:border-blue-500 rounded m-auto" >{{ $button -> text } } </button >
32
35
@elseif ($button -> type === ' signature' )
33
- <button onclick =" window.open('https://www.ebay.co.uk/itm/304251735338', '_blank')" class =" book-button button text-white font-bold py-2 px-4 border-b-4 border-blue-700 hover:border-blue-500 rounded m-auto" >{{ $button -> text } } </button >
36
+ <button onclick =" window.open('https://www.ebay.co.uk/itm/304251735338', '_blank')"
37
+ class =" book-button button text-white font-bold py-2 px-4 border-b-4 border-blue-700 hover:border-blue-500 rounded m-auto" >{{ $button -> text } } </button >
34
38
@elseif ($button -> type === ' book2' )
35
- <
button onclick =
" location.href='mailto:[email protected] '" class =
" book-button button text-white font-bold py-2 px-4 border-b-4 border-blue-700 hover:border-blue-500 rounded m-auto" >
{{ $button -> text } }</
button >
39
+ <
button onclick =
" location.href='mailto:[email protected] '"
40
+ class =" book-button button text-white font-bold py-2 px-4 border-b-4 border-blue-700 hover:border-blue-500 rounded m-auto" >{{ $button -> text } } </button >
36
41
@endif
37
42
@endforeach
38
43
</div >
39
44
</div >
40
45
</div >
41
46
</div >
42
- <style >
47
+ <style lang = " scss " >
43
48
.bg-white {
44
49
background : none !important ;
45
50
overflow : hidden ;
@@ -50,10 +55,15 @@ class="book-text {{ $modalContent->showImage ? '' : 'book-text-resize' }}">{!! $
50
55
display : flex !important ;
51
56
justify-content : center !important ;
52
57
align-items : center !important ;
53
- width : 50% !important ;
54
58
margin-inline : auto ;
55
59
}
56
60
61
+ @media screen and (min-width : 1024px) {
62
+ .sm \: block {
63
+ width : 900px !important ;
64
+ }
65
+ }
66
+
57
67
.library {
58
68
display : flex ;
59
69
flex-direction : row ;
0 commit comments