mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
change user profile page layout
This commit is contained in:
parent
25c67310d4
commit
5ef19f49c5
5 changed files with 61 additions and 34 deletions
|
@ -8,7 +8,10 @@
|
|||
}
|
||||
|
||||
.grid {
|
||||
@include flow_grid;
|
||||
grid-template-columns: 250px 5fr;
|
||||
display: grid;
|
||||
column-gap: $gap;
|
||||
row-gap: $gap;
|
||||
}
|
||||
|
||||
.row {
|
||||
|
@ -18,10 +21,18 @@
|
|||
|
||||
.description {
|
||||
font: $font_14_semibold;
|
||||
text-align: center;
|
||||
padding: $gap * 2 $gap;
|
||||
}
|
||||
|
||||
.stamp {
|
||||
grid-row-end: span 2;
|
||||
}
|
||||
|
||||
.nodes {
|
||||
@include flow_grid();
|
||||
}
|
||||
|
||||
.content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: $gap;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue