fix templates/themes/index.html
Signed-off-by: natto1784 <natto@weirdnatto.in>
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 0;
|
height: 0;
|
||||||
padding-bottom: 56.25%
|
padding-bottom: 56.25%;
|
||||||
}
|
}
|
||||||
.videoofnow iframe {
|
.videoofnow iframe {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@@ -43,7 +43,7 @@
|
|||||||
<div class="quoteofnow">{{ settings.quoteofnow }}</div>
|
<div class="quoteofnow">{{ settings.quoteofnow }}</div>
|
||||||
<br>
|
<br>
|
||||||
<div class="videoofnow">
|
<div class="videoofnow">
|
||||||
<iframe src="{{ settings.videoofnow }}" />
|
<iframe src="{{ settings.videoofnow }}"></iframe>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user