mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-08 10:22:46 +00:00
10 lines
192 B
CSS
10 lines
192 B
CSS
.md-content {
|
|
box-shadow: 0 0 6px #ccc;
|
|
border: 1px solid #ccc;
|
|
padding: 70px 75px;
|
|
width: calc(100% - 40px);
|
|
max-width: 950px;
|
|
background: #fff;
|
|
margin: 0 auto;
|
|
}
|