Update dependencies

This commit is contained in:
Andras Schmelczer 2022-01-23 23:23:46 +01:00
parent 997ae9e2b8
commit 71e2009b62
3 changed files with 34 additions and 43 deletions

View file

@ -1,3 +1,4 @@
@use 'sass:math';
@use '../../style/mixins' as *;
#about {
@ -54,7 +55,7 @@
position: absolute;
left: 0;
top: 0;
transform: translateY(-$img-size * 1/3) translateX(-$img-size * 1/3);
transform: translateY(math.div(-$img-size, 3)) translateX(math.div(-$img-size, 3));
}
.placeholder {