smed #1

Open
aey wants to merge 8 commits from smed into main
Showing only changes of commit 082e3de2cc - Show all commits

View file

@ -66,9 +66,9 @@ a:active {
[href^="mailto"]::before {
content: "✉️ ";
}
[href^="https://github.com"]::before
[href^="https://codeberg.org"]::before
{
content: "🐙 ";
content: "⛰️ ";
}
[href^="https://madr"]::before
{
@ -79,7 +79,7 @@ a:active {
padding: 0.3em;
}
[href$="pdf"]::before {
content: "📑 ";
content: "⬇️ ";
}
[href$="pdf"]:hover::before,
[href$="pdf"]:focus::before {
@ -196,7 +196,8 @@ the upcoming Container queries was a thing.
padding: 1em;
color: #111;
display: flex;
justify-content: space-between;
gap: 2rem;
justify-content: flex-start;
flex-direction: column;
align-items: center;
}