mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-01 15:23:05 +00:00
14 lines
267 B
CSS
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%;
|
|
}
|
|
}
|