mirror of https://gitlab.com/bashrc2/epicyon
Hashtag style
parent
266871cf07
commit
7ca1719f87
|
@ -9,6 +9,10 @@
|
||||||
--font-size-header: 18px;
|
--font-size-header: 18px;
|
||||||
--font-color-header: #ccc;
|
--font-color-header: #ccc;
|
||||||
--font-size: 40px;
|
--font-size: 40px;
|
||||||
|
--font-size2: 24px;
|
||||||
|
--font-size3: 38px;
|
||||||
|
--font-size4: 22px;
|
||||||
|
--font-size5: 20px;
|
||||||
--text-entry-foreground: #ccc;
|
--text-entry-foreground: #ccc;
|
||||||
--text-entry-background: #111;
|
--text-entry-background: #111;
|
||||||
--time-color: #aaa;
|
--time-color: #aaa;
|
||||||
|
@ -120,6 +124,10 @@ input[type=text] {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 400px) {
|
@media screen and (min-width: 400px) {
|
||||||
|
.hashtagcloud {
|
||||||
|
font-size: var(--font-size4);
|
||||||
|
word-spacing: 30px;
|
||||||
|
}
|
||||||
.followText {
|
.followText {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
|
@ -148,6 +156,10 @@ input[type=text] {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1000px) {
|
@media screen and (max-width: 1000px) {
|
||||||
|
.hashtagcloud {
|
||||||
|
font-size: var(--font-size3);
|
||||||
|
word-spacing: 30px;
|
||||||
|
}
|
||||||
.followText {
|
.followText {
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue