/* Footer
   ========================================================================== */

/**
 * Footer content area.
 *
 * Example HTML:
 *
 * <body>
 *     <header class="txp-header"></header>
 *     <main class="txp-body"></main>
 *     <footer class="txp-footer">
 *         Content
 *     </footer>
 * </body>
 */

.txp-footer {
    display: flex;
    justify-content: space-between;
}
