Style rework #35

Merged
Anri merged 70 commits from rework into main 2023-10-15 20:58:23 +02:00
2 changed files with 4 additions and 5 deletions
Showing only changes of commit cda62654a0 - Show all commits

View file

@ -46,13 +46,11 @@
/* breakpoint */ /* breakpoint */
@media only screen and (max-width: 640px) { @media only screen and (max-width: 640px) {
.avatar { #avatar {
position: absolute; position: absolute;
width: calc(var(--font-size) * 4); width: calc(var(--font-size) * 4);
transform: translate( left: 10px;
calc(var(--font-size) * -19), top: -30px;
calc(var(--font-size) * -3.7)
);
} }
} }

View file

@ -16,6 +16,7 @@ a:hover {
} }
main { main {
position: relative;
color: var(--font-color); color: var(--font-color);
font-size: var(--font-size); font-size: var(--font-size);
padding: 2em 1em; padding: 2em 1em;