/*
 Theme Name:   wpinterface-docs
 Theme URI:    http://example.com/wpinterface-docs/
 Description:  Twenty Fifteen Child Theme with custom Tag Archive ToC
 Author:       Madhukar Subedi
 Author URI:   http://example.com
 Template:     twentyfifteen
 Version:      1.0.0
 Text Domain:  wpinterface-docs
*/

.tag-archive-toc {
    margin-top: 3em;
}

.toc-title {
    font-size: clamp(1rem, -1.0625rem + 5.5vw, 3.75rem);
    margin-bottom: 25px;
}

.toc-list li {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: clamp(0.9375rem, -0.2344rem + 3.125vw, 2.5rem);
}
