We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc32ab1 commit 7ee829fCopy full SHA for 7ee829f
public/css/index.css
@@ -311,7 +311,7 @@ footer {
311
margin: 0 auto;
312
padding: 0 2.2em;
313
display: flex;
314
- gap: 1em .5em;
+ gap: 1em 0;
315
flex-wrap: wrap;
316
align-items: center;
317
justify-content: space-between;
@@ -382,7 +382,6 @@ footer a {
382
footer a:hover {
383
color: var(--text-color);
384
background-size: 100% 100%;
385
- background-position: 0 100%;
386
border-radius: 6px;
387
padding: 4px 4px;
388
margin: -4px -4px;
@@ -393,7 +392,6 @@ footer a:hover {
393
392
footer a:active,
394
footer a:focus {
395
background: rgba(255, 255, 255, 0.7);
396
397
398
399
0 commit comments