We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c261174 commit b83d4d0Copy full SHA for b83d4d0
web_src/css/repo/home.css
@@ -1,5 +1,6 @@
1
.repo-home-content {
2
display: grid;
3
+ gap: 10px;
4
grid-template-columns: auto 300px;
5
grid-template-rows: auto auto 1fr;
6
}
@@ -22,7 +23,7 @@
22
23
24
25
.repo-home-foot > :first-child {
- 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 */
27
28
29
@media (max-width: 767.98px) {
@@ -53,7 +54,7 @@
53
54
padding: 0;
55
height: 10px;
56
white-space: nowrap;
- border-radius: 0 0 3px 3px !important;
57
+ border-radius: 5px;
58
overflow: hidden;
59
width: 100%;
60
margin-top: 1rem;
0 commit comments