redo links section
This commit is contained in:
parent
1013c42917
commit
2c7e482f1e
2 changed files with 22 additions and 11 deletions
14
style.css
14
style.css
|
@ -176,6 +176,20 @@ h1, h2 { --around-image: url(images/sparkles.svg); }
|
|||
}
|
||||
|
||||
|
||||
#links ul {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
grid-column-gap: 2em;
|
||||
|
||||
margin: auto;
|
||||
padding: 0;
|
||||
font-size: 150%;
|
||||
}
|
||||
|
||||
#links li { list-style: none; }
|
||||
|
||||
|
||||
/* hacky fix for firefox mobile 68 freaking out at blend modes ☹ */
|
||||
@media (-moz-touch-enabled) {
|
||||
body {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue