smed #1
1 changed files with 5 additions and 4 deletions
|
|
@ -66,9 +66,9 @@ a:active {
|
||||||
[href^="mailto"]::before {
|
[href^="mailto"]::before {
|
||||||
content: "✉️ ";
|
content: "✉️ ";
|
||||||
}
|
}
|
||||||
[href^="https://github.com"]::before
|
[href^="https://codeberg.org"]::before
|
||||||
{
|
{
|
||||||
content: "🐙 ";
|
content: "⛰️ ";
|
||||||
}
|
}
|
||||||
[href^="https://madr"]::before
|
[href^="https://madr"]::before
|
||||||
{
|
{
|
||||||
|
|
@ -79,7 +79,7 @@ a:active {
|
||||||
padding: 0.3em;
|
padding: 0.3em;
|
||||||
}
|
}
|
||||||
[href$="pdf"]::before {
|
[href$="pdf"]::before {
|
||||||
content: "📑 ";
|
content: "⬇️ ";
|
||||||
}
|
}
|
||||||
[href$="pdf"]:hover::before,
|
[href$="pdf"]:hover::before,
|
||||||
[href$="pdf"]:focus::before {
|
[href$="pdf"]:focus::before {
|
||||||
|
|
@ -196,7 +196,8 @@ the upcoming Container queries was a thing.
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
color: #111;
|
color: #111;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
gap: 2rem;
|
||||||
|
justify-content: flex-start;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue