Skip to content

Commit bfb7ce9

Browse files
ymh6315431minghao.yang
andauthored
Improve responsive design for ProfileRepoList (#1447)
* Draft MR * Improve responsive design for ProfileRepoList --------- Co-authored-by: minghao.yang <mh.yang@opencsg.com>
1 parent 3618aa2 commit bfb7ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/shared/ProfileRepoList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="sm:w-[100%] sm:mt-9">
2+
<div class="2xl:max-w-[980px] xl:max-w-[768px] sm:w-[100%] sm:mt-9">
33
<!-- title -->
44
<div class="mb-6">
55
<h1 class="text-lg font-medium text-gray-900 mb-5">

0 commit comments

Comments
 (0)