Remove zoom, improve performance and style

This commit is contained in:
Andras Schmelczer 2022-09-28 15:19:51 +02:00
parent c206471b87
commit 3d0449a4f2
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
9 changed files with 60 additions and 85 deletions

View file

@ -11,7 +11,7 @@
outline: var(--very-light-text-color) solid var(--line-width);
}
$img-size: 125px;
$img-size: 11rem;
> .profile-picture {
@include square($img-size);
margin: auto;
@ -24,7 +24,7 @@
}
@include on-large-screen {
$img-size: 190px;
$img-size: 12.5rem;
width: var(--body-width);
margin: calc(#{var(--normal-margin)} + #{$img-size} * 1 / 3) auto var(--large-margin)
@ -44,9 +44,13 @@
@include square(calc(#{$img-size} * 2 / 3 - #{var(--normal-margin)}));
box-sizing: content-box;
float: left;
margin: 0 0.75ex 0.5ex 0;
margin: 0 0.75ex 0.2ex 0;
}
}
> p {
text-align: justify;
}
}
::selection {
@ -82,7 +86,6 @@
}
> p {
text-align: justify;
margin-top: var(--line-height);
}