Hashtag style

merge-requests/30/head
Bob Mottram 2019-12-12 21:07:05 +00:00
parent 266871cf07
commit 7ca1719f87
1 changed files with 63 additions and 51 deletions

View File

@ -9,6 +9,10 @@
--font-size-header: 18px;
--font-color-header: #ccc;
--font-size: 40px;
--font-size2: 24px;
--font-size3: 38px;
--font-size4: 22px;
--font-size5: 20px;
--text-entry-foreground: #ccc;
--text-entry-background: #111;
--time-color: #aaa;
@ -120,6 +124,10 @@ input[type=text] {
}
@media screen and (min-width: 400px) {
.hashtagcloud {
font-size: var(--font-size4);
word-spacing: 30px;
}
.followText {
font-size: 24px;
}
@ -148,6 +156,10 @@ input[type=text] {
}
@media screen and (max-width: 1000px) {
.hashtagcloud {
font-size: var(--font-size3);
word-spacing: 30px;
}
.followText {
font-size: 40px;
}