Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

    <style>
        #app4legal-footer {
            background-color: #2d83be;
        }
       
        #app4legal-footer-resources {
            text-align: center;
        }
       
        #app4legal-footer-resources ul {
            list-style: none;
            width: 100%;
        }
       
        #app4legal-footer-resources ul li {
            text-align: left;
            margin-bottom: 10px;
        }
       
        #app4legal-footer-resources ul a {
            text-decoration: none;
            color: #ffffff;
        }
       
        #app4legal-footer-description {
            color: #ffffff;
        }
       
        #app4legal-footer-resources-title-container {
            height: 33px;
        }
       
        #app4legal-footer-social {
            text-align: center;
            margin-top: 20px;
        }
       
        #app4legal-footer-social a {
            text-decoration: none;
            color: #ffffff;
            font-size: 22px;
            margin: 10px;
        }
       
        #app4legal-footer-copyright {
            color: #ffffff;
            text-align: center;
            background-color: #17518c;
            margin-top: 25px;
        }
       
        @media screen and (max-width: 575px) {
            #app4legal-footer-resources ul li {
                width: fit-content;
                margin-right: auto;
                margin-left: auto;
            }
            #app4legal-resources-list-container {
                width: fit-content;
                margin: auto;
            }
            #app4legal-footer-resources-title-container {
                margin-top: 20px;
                margin-bottom: 20px;
            }
            #app4legal-footer-resources-title-container div {
                width: fit-content;
            }
            #app4legal-footer-description {
                text-align: center;
            }
        }
    </style>