Refactor and fix

This commit is contained in:
schmelczerandras 2020-11-22 22:43:28 +01:00
parent 91d92f7f48
commit 4be519f052
22 changed files with 118 additions and 113 deletions

View file

@ -11,7 +11,7 @@ export const generate = ({
lastEditText,
lastEdit,
}: Footer): html => `
<footer id="page-footer">
<footer id="footer">
<h2>${title}</h2>
<ul>
${curriculaVitae

View file

@ -1,6 +1,6 @@
@use '../../style/mixins' as *;
footer#page-footer {
#footer {
text-align: center;
margin-top: var(--large-margin);
@ -30,7 +30,8 @@ footer#page-footer {
img,
svg {
@include max-square(var(--icon-size));
max-width: var(--icon-size);
max-height: var(--icon-size);
margin-right: calc(var(--small-margin) / 2);
stroke: var(--normal-text-color);
}