Fix up title scaling on Radio Page

This commit is contained in:
Albert Santoni 2015-11-17 10:48:16 -05:00
parent 8ba7a5dbe9
commit 9ddb33f2cd
2 changed files with 5 additions and 6 deletions

View file

@ -147,13 +147,12 @@ span.login-img {
padding: 10px;
}
#rss-title {
float:left;
width:60%;
text-align:right;
text-align:left;
font-size: 28px;
font-weight: 300;
}
#rss-subscribe {
float: right;
overflow:hidden;
text-align: right;
}