mirror of
https://github.com/Hopiu/ep_page_view.git
synced 2026-03-17 12:40:24 +00:00
16 lines
240 B
CSS
16 lines
240 B
CSS
@media (min-width: 1060px) {
|
|
|
|
#editorcontainer.page_view {
|
|
overflow: hidden;
|
|
background-color: #f7f7f7;
|
|
text-align: center;
|
|
top:17px;
|
|
}
|
|
|
|
#editorcontainerbox{
|
|
background-color:#f7f7f7;
|
|
}
|
|
|
|
#editorloadingbox{
|
|
margin-top:100px;
|
|
}
|