forked from indymedia/epicyon
Vertical spacing of hashtags
parent
e20ebf70d4
commit
c8a5c09211
|
@ -127,6 +127,7 @@ input[type=text] {
|
|||
.hashtagcloud {
|
||||
font-size: 30px;
|
||||
padding: 30px;
|
||||
line-height: 60px;
|
||||
}
|
||||
.followText {
|
||||
font-size: 24px;
|
||||
|
@ -159,6 +160,7 @@ input[type=text] {
|
|||
.hashtagcloud {
|
||||
font-size: 40px;
|
||||
padding: 40px;
|
||||
line-height: 70px;
|
||||
}
|
||||
.followText {
|
||||
font-size: 40px;
|
||||
|
|
Loading…
Reference in New Issue