1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-01 15:23:05 +00:00
seahub/media/css/spreadsheet_convert.css
2018-08-01 11:26:56 +08:00

14 lines
267 B
CSS

#spreadsheet-container iframe {
width: 950px;
background:#fff;
border: 1px solid #ccc;
box-shadow: 0 0 6px #ccc;
margin: auto;
min-height: 500px;
}
@media (max-width: 991.98px){
#spreadsheet-container iframe {
width: 100%;
}
}