DAVIDS/src/public/style.css

41 lines
739 B
CSS

.spotify-logo {
height: 20px;
margin-right: 10px;
}
.login {
max-height: 50px;
}
.bg-info {
padding: 1em;
border-radius: 1ex;
}
html {
position: relative;
min-height: 100%;
font-size: 16px;
}
body {
font-size: 1rem;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
line-height: 1.5;
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: #f5f5f5;
}
.container-fluid .text-muted {
margin: 20px 0;
}