summaryrefslogtreecommitdiff
path: root/assets/css/src/accordion.css
blob: 3736159be749524a5d20f9d3b03f07788eb4d608 (plain)
1
2
3
4
5
6
7
8
9
10
.accordion-title {
    font-size: 1.2em;
    cursor: pointer;
    margin-top: 10px
}

.accordion-content {
    margin-top: 15px;
    margin-bottom: 25px
}