Skip to content

Commit 7ee829f

Browse files
committed
Minor css efficiencies.
1 parent cc32ab1 commit 7ee829f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

public/css/index.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ footer {
311311
margin: 0 auto;
312312
padding: 0 2.2em;
313313
display: flex;
314-
gap: 1em .5em;
314+
gap: 1em 0;
315315
flex-wrap: wrap;
316316
align-items: center;
317317
justify-content: space-between;
@@ -382,7 +382,6 @@ footer a {
382382
footer a:hover {
383383
color: var(--text-color);
384384
background-size: 100% 100%;
385-
background-position: 0 100%;
386385
border-radius: 6px;
387386
padding: 4px 4px;
388387
margin: -4px -4px;
@@ -393,7 +392,6 @@ footer a:hover {
393392
footer a:active,
394393
footer a:focus {
395394
background: rgba(255, 255, 255, 0.7);
396-
background-position: 0 100%;
397395
border-radius: 6px;
398396
padding: 4px 4px;
399397
margin: -4px -4px;

0 commit comments

Comments
 (0)