@media (max-width: 650px) {
#site-title span a {font-size: 25px !important;line-height: 30px !important;}
#site-description {font-size: 12px !important;line-height: 15px !important;}
}
@media (max-width: 480px) {
#site-title span a { font-size: 18px !important;line-height: 20px !important; }
#site-description { font-size: 11px !important;line-height: 10px !important; }
}
Change these to the desired values and add to the Custom CSS field.