mirror of https://gitlab.com/bashrc2/epicyon
vcard icon style
parent
b7ca245c0f
commit
e7749bec78
|
@ -1077,7 +1077,7 @@ div.container {
|
||||||
font-size: var(--font-size);
|
font-size: var(--font-size);
|
||||||
color: var(--title-color);
|
color: var(--title-color);
|
||||||
}
|
}
|
||||||
.vcard img {
|
.profileHeader img.vcard {
|
||||||
width: var(--vcard-icon-size);
|
width: var(--vcard-icon-size);
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
@ -1844,7 +1844,7 @@ div.container {
|
||||||
blockquote {
|
blockquote {
|
||||||
font-size: var(--quote-font-size-mobile);
|
font-size: var(--quote-font-size-mobile);
|
||||||
}
|
}
|
||||||
.vcard img {
|
.profileHeader img.vcard {
|
||||||
width: var(--vcard-icon-size-mobile);
|
width: var(--vcard-icon-size-mobile);
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
@ -2583,7 +2583,7 @@ div.container {
|
||||||
blockquote {
|
blockquote {
|
||||||
font-size: var(--quote-font-size-tiny);
|
font-size: var(--quote-font-size-tiny);
|
||||||
}
|
}
|
||||||
.vcard img {
|
.profileHeader img.vcard {
|
||||||
width: var(--vcard-icon-size-tiny);
|
width: var(--vcard-icon-size-tiny);
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue