fix: adjust css styles
This commit is contained in:
parent
011fd31efa
commit
35ffcc3cc7
@ -47,44 +47,49 @@ img {
|
|||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
font-family: "Terminess Nerd Font";
|
font-family: "Terminess Nerd Font";
|
||||||
font-size: 2em;
|
font-size: 1.5em;
|
||||||
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon:before {
|
.icon:before {
|
||||||
margin-right: 20px;
|
margin-right: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mail-icon:before {
|
.mail-icon:before {
|
||||||
content: "\f42f";
|
content: "\f42f";
|
||||||
font-size: 2em;
|
font-size: 1.5em;
|
||||||
|
padding-right: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.github-icon:before {
|
.github-icon:before {
|
||||||
content: "\f09b";
|
content: "\f09b";
|
||||||
font-size: 2em;
|
font-size: 1.5em;
|
||||||
|
padding-right: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gitea-icon:before {
|
.gitea-icon:before {
|
||||||
content: "\e702";
|
content: "\e702";
|
||||||
font-size: 2.8em;
|
font-size: 2em;
|
||||||
|
padding-right: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.paste-icon:before {
|
.paste-icon:before {
|
||||||
content: "\f429";
|
content: "\f429";
|
||||||
font-size: 2em;
|
font-size: 1.5em;
|
||||||
padding-left: 7px;
|
padding-right: 4px;
|
||||||
|
padding-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mastodon-icon:before {
|
.mastodon-icon:before {
|
||||||
content: "\edc0";
|
content: "\edc0";
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
padding-left: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.blog-icon:before {
|
.blog-icon:before {
|
||||||
content: "\e287";
|
content: "\e287";
|
||||||
font-size: 2em;
|
font-size: 1.5em;
|
||||||
padding-left: 4px;
|
padding-right: 8px;
|
||||||
|
/* padding-left: 4px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
Loading…
Reference in New Issue
Block a user