indentation

pull/9/head
E.zn 4 years ago
parent 7ffa2a3303
commit bef87c3247

@ -32,21 +32,20 @@ h1 {
} }
.active, .collapsible:after { .active, .collapsible:after {
padding-top: 20px; padding-top: 10px;
color: #054646; color: #054646;
padding-left: 100px; padding-left: 85px;
} }
.content { .content {
max-height: 0; max-height: 0;
overflow: hidden; overflow: hidden;
transition: max-height 0.2s ease-out; transition: max-height 0.2s ease-out;
padding-left: 100px; padding-left: 50px;
background-color: #5E7575; background-color: #5E7575;
font-family: monospace; font-family: monospace;
position: relative; position: relative;
width: 800px;
margin-left: 100px;
line-height: 30px; line-height: 30px;
margin-left: 85px;
} }

Loading…
Cancel
Save