mirror of
https://github.com/Hopiu/ep_page_view.git
synced 2026-03-16 20:20:24 +00:00
23 lines
396 B
CSS
23 lines
396 B
CSS
@media (min-width: 1060px) {
|
|
|
|
#editorcontainer.page_view {
|
|
overflow: hidden;
|
|
background-color: #f7f7f7;
|
|
text-align: center;
|
|
padding-top: 27px;
|
|
}
|
|
|
|
iframe.page_view {
|
|
border-radius: 5px 5px 0 0;
|
|
border: 1px solid #ccc;
|
|
border-width: 1px 1px 0 1px;
|
|
position: relative;
|
|
max-width: 850px;
|
|
padding:100px !important;
|
|
background-color:#fff;
|
|
min-height:800px;
|
|
top:150px;
|
|
}
|
|
|
|
}
|
|
|