mirror of
https://github.com/GuerillaStudio/vanillalist.git
synced 2024-12-30 11:51:57 +00:00
Footer: Adjust external link's icon size/position
This commit is contained in:
parent
73e09e19be
commit
2ebe88771b
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@
|
|||
}
|
||||
|
||||
.footer a[href*="//"]::after {
|
||||
font-size: .9em;
|
||||
font-size: .8em;
|
||||
font-family: system-ui, -apple-system, sans-serif;
|
||||
vertical-align: 10%;
|
||||
content: "↗";
|
||||
content: "↗" / "";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue