blog update
This commit is contained in:
parent
56eb764d93
commit
fb72bb54f6
|
|
@ -193,6 +193,11 @@
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
iframe {
|
||||
width: 100%;
|
||||
height: 2000px;
|
||||
}
|
||||
|
||||
.badges {
|
||||
padding: 5px;
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue