Subversion Repositories cheapmusic

Rev

Rev 3 | Rev 5 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
/* Add a gray background color and some padding to the footer */
footer {
    background-color: #f2f2f2;
    padding: 25px;
}

/* Hide on small and extra-small screens */
@media screen and (max-width: 768px) {
    .hide-small { display: none !important; }
}

/* Hide on extra-small screens */
@media screen and (max-width: 576px) {
    .hide-extra-small { display: none !important; }
}

/* Override Progress Bar Transition Time */
.progress-bar {
    transition: width 0.1s ease !important;
}

/* Add opacity */
.opacity-5 {
    opacity: 0.5;
}

/* Two additional bigger font sizes */
.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-6 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}