/* * Copyright (c) 2016 Gabriel Augendre * Free software under MIT License. See LICENSE file. */ .spotify-logo { height: 20px; margin-right: 10px; } .login { max-height: 50px; } html { position: relative; min-height: 100%; font-size: 16px; } body { font-size: 1rem; font-family: "Open Sans", sans-serif; line-height: 1.5; /* Margin bottom by footer height */ margin-bottom: 6em; } .footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ padding: 1em 0; background-color: #f8f8f8; border-top: 1px solid #e7e7e7; } .footer p { margin: 0; } .badge { line-height: inherit; }