Skip to content

Commit b83d4d0

Browse files
committed
fix layout
1 parent c261174 commit b83d4d0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

web_src/css/repo/home.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.repo-home-content {
22
display: grid;
3+
gap: 10px;
34
grid-template-columns: auto 300px;
45
grid-template-rows: auto auto 1fr;
56
}
@@ -22,7 +23,7 @@
2223
}
2324

2425
.repo-home-foot > :first-child {
25-
border-top: 1px solid var(--color-secondary); /* same to .flex-list > .flex-item + .flex-item { */
26+
border-top: 1px solid var(--color-secondary); /* same to .flex-list > .flex-item + .flex-item */
2627
}
2728

2829
@media (max-width: 767.98px) {
@@ -53,7 +54,7 @@
5354
padding: 0;
5455
height: 10px;
5556
white-space: nowrap;
56-
border-radius: 0 0 3px 3px !important;
57+
border-radius: 5px;
5758
overflow: hidden;
5859
width: 100%;
5960
margin-top: 1rem;

0 commit comments

Comments
 (0)