Refactor and fix
This commit is contained in:
parent
91d92f7f48
commit
4be519f052
22 changed files with 118 additions and 113 deletions
|
|
@ -11,7 +11,7 @@ export const generate = ({
|
|||
lastEditText,
|
||||
lastEdit,
|
||||
}: Footer): html => `
|
||||
<footer id="page-footer">
|
||||
<footer id="footer">
|
||||
<h2>${title}</h2>
|
||||
<ul>
|
||||
${curriculaVitae
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue