mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
fixed margin issues on repo list page, on mobile debices
This commit is contained in:
parent
dc8d728812
commit
d606c88860
2 changed files with 18 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
@ -1382,6 +1382,20 @@ nav {
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1180px) {
|
||||
#repopage {
|
||||
h2 {
|
||||
padding-left:0px;
|
||||
}
|
||||
}
|
||||
|
||||
.cards {
|
||||
.card {
|
||||
padding-left:0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 80em) {
|
||||
|
||||
}
|
||||
|
@ -1421,6 +1435,9 @@ nav {
|
|||
&:nth-child(2):hover > .pure-g {
|
||||
border-top:1px solid #262626;
|
||||
}
|
||||
i {
|
||||
margin-left:0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue