forked from tsc-vfl/hugo-page
Style iframe using normal SCSS
This commit is contained in:
parent
8d41136787
commit
164d114bfb
@ -700,6 +700,13 @@ h1 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.iframe-generic {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
height: 800px;
|
||||||
|
max-height: 75vh;
|
||||||
|
}
|
||||||
|
|
||||||
@font-face{
|
@font-face{
|
||||||
font-family: 'Open Sans Condensed';
|
font-family: 'Open Sans Condensed';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
@ -1 +1 @@
|
|||||||
<iframe src="{{ .Inner }}" frameborder="0" style="display: block; width: 100%; height: 800px;"></iframe>
|
<iframe src="{{ .Inner }}" frameborder="0" class="iframe-generic"></iframe>
|
||||||
|
Loading…
Reference in New Issue
Block a user