add icons to links
This commit is contained in:
parent
ba6f115b8e
commit
ab97e4c701
7 changed files with 46 additions and 15 deletions
19
style.css
19
style.css
|
@ -172,6 +172,15 @@ h1, h2 { --around-image: url(media/sparkles.svg); }
|
|||
}
|
||||
|
||||
|
||||
#links .icon {
|
||||
display: block;
|
||||
margin: auto;
|
||||
height: 1.5em;
|
||||
width: 1.5em;
|
||||
filter: drop-shadow(0 0 10px var(--glow-col));
|
||||
}
|
||||
|
||||
|
||||
.ipa {
|
||||
font-family: NotoSans;
|
||||
font-weight: 900;
|
||||
|
@ -180,14 +189,14 @@ h1, h2 { --around-image: url(media/sparkles.svg); }
|
|||
|
||||
|
||||
#links ul {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
grid-column-gap: 2em;
|
||||
display: grid;
|
||||
grid-column-gap: 1em;
|
||||
grid-template-columns: repeat(auto-fit, minmax(3em, 1fr));
|
||||
|
||||
max-width: 85%;
|
||||
margin: auto;
|
||||
padding: 0;
|
||||
font-size: 150%;
|
||||
font-size: 125%;
|
||||
}
|
||||
|
||||
#links li { list-style: none; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue