mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +07:00
made mobile layout for bio
This commit is contained in:
parent
a8dd169087
commit
1499203b21
8 changed files with 145 additions and 48 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue