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