Skip to content

Commit 9dbaebc

Browse files
jendownsbenhalverson
authored andcommitted
chore: restoring changes from merge commit
1 parent 3ad550e commit 9dbaebc

1 file changed

Lines changed: 0 additions & 94 deletions

File tree

src/styles/layout.scss

Lines changed: 0 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -303,60 +303,6 @@ select {
303303
border-bottom: 4px solid green;
304304
}
305305

306-
/* Footer */
307-
308-
.footer {
309-
display: flex;
310-
justify-content: space-between;
311-
flex-wrap: wrap;
312-
margin: 0;
313-
314-
.footer__left {
315-
display: flex;
316-
justify-content: space-between;
317-
flex-wrap: wrap;
318-
list-style: none;
319-
height: 100%;
320-
}
321-
322-
.footer__right {
323-
display: flex;
324-
justify-content: space-between;
325-
flex-wrap: wrap;
326-
list-style: none;
327-
height: 100%;
328-
margin-right: 20px;
329-
}
330-
331-
.footer__left > li,
332-
.footer__right > li {
333-
font-size: 12px;
334-
margin-right: 32px;
335-
height: 24px;
336-
}
337-
338-
.footer__left {
339-
li a {
340-
color: var(--color-text-primary);
341-
342-
&:hover {
343-
color: var(--color-brand-primary);
344-
}
345-
}
346-
347-
> li:first-of-type {
348-
padding-right: 12px;
349-
padding-top: 0;
350-
margin-right: 12px;
351-
border-right: 1px solid var(--black5);
352-
}
353-
}
354-
355-
.footer__link {
356-
text-decoration: none;
357-
}
358-
}
359-
360306
/* Start: Article Reader HTML Reset */
361307

362308
.article-reader {
@@ -494,44 +440,4 @@ details {
494440
padding: var(--space-12);
495441
}
496442
}
497-
498-
.footer {
499-
flex-direction: column;
500-
501-
.footer__left {
502-
flex-direction: column;
503-
height: 10rem;
504-
justify-content: center;
505-
align-items: center;
506-
> li:first-of-type {
507-
padding-right: 0;
508-
margin-right: 0;
509-
border-right: none;
510-
}
511-
}
512-
513-
.footer__right {
514-
margin: 0;
515-
516-
> li:first-of-type {
517-
margin-right: auto;
518-
margin-left: 0;
519-
}
520-
521-
> li {
522-
margin-left: 18px;
523-
}
524-
}
525-
526-
.footer__left,
527-
.footer__right {
528-
padding: 6px 18px;
529-
}
530-
531-
.footer__left > li,
532-
.footer__right > li {
533-
margin-right: 0;
534-
padding: 6px 0;
535-
}
536-
}
537443
}

0 commit comments

Comments
 (0)