Removed font size overriding when embedded by div. This improves the flow with the rest of the content.
parent
cd99c71812
commit
e338f3e5bd
|
@ -31,14 +31,14 @@ html.h5p-iframe, html.h5p-iframe > body {
|
||||||
.h5p-content {
|
.h5p-content {
|
||||||
position: relative;
|
position: relative;
|
||||||
background: #fefefe;
|
background: #fefefe;
|
||||||
font-size: 16px;
|
|
||||||
line-height: 1.5em;
|
|
||||||
border: 1px solid #EEE;
|
border: 1px solid #EEE;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
}
|
}
|
||||||
html.h5p-iframe .h5p-content {
|
html.h5p-iframe .h5p-content {
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 1.5em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue