Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
EmulatorOS
GitHub Repository: EmulatorOS/attaeht.github.io
Path: blob/main/assets/scss/components/_footer.scss
2251 views
/*=============== FOOTER ===============*/
.footer{
    &__copy{
        display: block;
        margin: 2.5rem 0 2rem;
        text-align: center;
        font-size: var(--smaller-font-size);
        color: var(--text-color-light);
    }
}