/*
Theme Name:   RT Timeline Child
Description:  RT Timeline Child Theme
Template:     rt-timeline
Version:      1.0.0
*/
@media only screen and (max-width: 767px) {
  .bloginfo .logo a span {
    font-size: 50px !important;
  }
}
@media only screen and (max-width: 480px) {
  .bloginfo .logo a span {
    font-size: 30px !important;
  }
}
