blog update

This commit is contained in:
Thomas G 2022-08-09 04:50:37 +10:00
parent 56eb764d93
commit fb72bb54f6
2 changed files with 6 additions and 11 deletions

View File

@ -193,6 +193,11 @@
align-items: center;
}
iframe {
width: 100%;
height: 2000px;
}
.badges {
padding: 5px;
display: flex;

View File

@ -8,16 +8,6 @@
@section('descdiscord')
<meta content="ARCHBLOX is a work in progress revival." property="og:description" />
@endsection
@section('extras')
<style>
body {
height: 100%;
margin: 0;
width: 100%;
overflow: hidden;
}
</style>
@endsection
@section('content')
<iframe src="https://archblox.blogspot.com" title="ARCHBLOX Blog" width="100%" height="100%" style="border:none;" seamless sandbox></iframe>
<iframe src="https://archblox.blogspot.com" title="ARCHBLOX Blog" style="border:none;" seamless sandbox></iframe>
@endsection