Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.

Commit 244cc58

Browse files
committed
add better support for mobile on the user page
1 parent 928c801 commit 244cc58

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/css/unison-share/page/user-page.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,21 @@
2525
width: calc(33%);
2626
margin-left: -0.25rem;
2727
}
28+
29+
@media only screen and (max-width: 1025px) {
30+
.user-page {
31+
--page-hero-height: 4rem;
32+
}
33+
34+
.user-page .page-content {
35+
padding: 2rem 0;
36+
}
37+
38+
.user-page .page-content .card.contained {
39+
border: none;
40+
}
41+
42+
.user-page .page-content .projects {
43+
flex-direction: column;
44+
}
45+
}

0 commit comments

Comments
 (0)