Update blog.blade.php

This commit is contained in:
Thomas G 2022-07-23 04:14:09 +10:00
parent 9b3d0dbb0c
commit 174e91da85
1 changed files with 24 additions and 17 deletions

View File

@ -10,9 +10,16 @@
@endsection @endsection
@section('extras') @section('extras')
<base target="_parent"> <base target="_parent">
<style>
body {
height: 100%;
margin: 0;
width: 100%;
overflow: hidden;
}
</style>
@endsection @endsection
<body style="height: 100%; margin: 0; width: 100%; overflow: hidden;">
@section('custom_content') @section('custom_content')
<iframe src="https://archblox.blogspot.com" title="ARCHBLOX Blog" width="100%" height="100%" style="border:none;"></iframe> <iframe src="https://archblox.blogspot.com" title="ARCHBLOX Blog" width="100%" height="100%"
style="border:none;"></iframe>
@endsection @endsection
</body>