made mobile layout for bio

This commit is contained in:
Fedor Katurov 2022-11-10 14:12:45 +06:00
parent a8dd169087
commit 1499203b21
8 changed files with 145 additions and 48 deletions

View file

@ -18,6 +18,10 @@
display: flex;
flex-direction: column;
padding-top: 40px;
@include desktop {
padding-top: 10px;
}
}
.content {
@ -36,6 +40,7 @@
right: 20px;
stroke: currentColor;
stroke-width: 0.5px;
z-index: 12;
@include tablet {
stroke-width: 1.5px;